Skip to content

Commit

Permalink
move map file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisShank committed Nov 26, 2024
1 parent 6e991b2 commit 3c1418e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion demo/spreadsheet-propagator.html
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
File renamed without changes.

0 comments on commit 3c1418e

Please sign in to comment.