mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-30 13:36:41 +07:00
fixed config paths
This commit is contained in:
parent
9c0038f0a3
commit
bf1b92fdf1
18 changed files with 92 additions and 124 deletions
src/modules
|
@ -1,7 +1,7 @@
|
|||
import { map, tileLayer } from 'leaflet';
|
||||
import 'leaflet/dist/leaflet.css';
|
||||
import 'leaflet-editable';
|
||||
import { PROVIDER } from '$config';
|
||||
import { PROVIDER } from '$config/frontend';
|
||||
import { DEFAULT_PROVIDER, PROVIDERS } from '$constants/providers';
|
||||
|
||||
export class Map {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue