move map file

This commit is contained in:
“chrisshank” 2024-11-25 21:33:20 -08:00
parent 6e991b29ab
commit 3c1418e6ec
3 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<script type="module">
import { FolkGeometry } from '../src/canvas/fc-geometry.ts';
import { FolkMap } from '../src/maps';
import { FolkMap } from '../src/folk-map.ts';
FolkGeometry.register();
FolkMap.register();

View File

@ -166,7 +166,7 @@
></event-propagator>
<script type="module">
import { FolkMap } from '../src/maps';
import { FolkMap } from '../src/folk-map.ts';
import { FolkGeometry } from '../src/canvas/fc-geometry.ts';
import { EventPropagator } from '../src/arrows/event-propagator.ts';
import { SpreadsheetTable } from '../src/spreadsheet/spreadsheet.ts';