Skip to content

Commit

Permalink
move mapAustria into utils -> might work now
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoertl committed Dec 1, 2023
1 parent e9e3fbb commit 97fc519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapChart.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { mapAustria } from "~/assets/mapAustria.ts";
import { mapAustria } from "./utils/mapAustria.ts";
// import { CorpusQuery } from "~/types/query";
const props = defineProps({ query: { type: CorpusQuery } });
Expand Down
File renamed without changes.

0 comments on commit 97fc519

Please sign in to comment.