Skip to content

Commit

Permalink
🖖 Updates import of topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
runeharlyk committed Mar 17, 2024
1 parent e95fc65 commit 589bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { Router, Route } from 'svelte-routing';
import { onMount } from 'svelte';
import TopBar from './components/TopBar.svelte';
import TopBar from './components/Topbar.svelte';
import socketService from '$lib/services/socket-service';
import Controller from './routes/Controller.svelte';
import { fileService } from '$lib/services';
Expand Down

0 comments on commit 589bdf4

Please sign in to comment.