Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Dec 1, 2023
1 parent d24b5d5 commit 9d949cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 155 deletions.
2 changes: 1 addition & 1 deletion museum_map/server/frontend/src/components/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { afterUpdate, onDestroy, onMount, tick } from "svelte";
import { afterUpdate, onDestroy } from "svelte";
import { location } from "../simple-svelte-router";
import { createQuery, useIsFetching } from "@tanstack/svelte-query";
Expand Down
2 changes: 0 additions & 2 deletions museum_map/server/frontend/src/components/SearchBox.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script lang="ts">
import { onMount, onDestroy, tick } from "svelte";
import { derived } from "svelte/store";
import { createQuery } from "@tanstack/svelte-query";
import { location } from "../simple-svelte-router";
import { searchTerm, tracker } from "../store";
Expand Down
152 changes: 0 additions & 152 deletions museum_map/server/frontend/src/store/util.ts

This file was deleted.

0 comments on commit 9d949cf

Please sign in to comment.