mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
map component
This commit is contained in:
parent
a4eec9e2ed
commit
5f30df6f48
3 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,8 @@
|
|||
"$config": "src/config",
|
||||
"$styles": "src/styles",
|
||||
"$redux": "src/redux",
|
||||
"$utils": "src/utils"
|
||||
"$utils": "src/utils",
|
||||
"$modules": "src/modules"
|
||||
},
|
||||
|
||||
"extensions": [".js", ".jsx", ".scss"],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
|
||||
import { Map } from '../modules/map';
|
||||
import { Map } from '$modules/map';
|
||||
import { MapScreen } from "$styles/mapScreen";
|
||||
|
||||
export class App extends React.Component {
|
||||
|
|
|
@ -37,6 +37,7 @@ const resolve = {
|
|||
$styles: join(__dirname, 'src/styles'),
|
||||
$redux: join(__dirname, 'src/redux'),
|
||||
$utils: join(__dirname, 'src/utils'),
|
||||
$modules: join(__dirname, 'src/modules'),
|
||||
},
|
||||
|
||||
extensions: ['*', '.js', '.jsx', '.json']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue