Skip to content

Commit

Permalink
Chore: Removing unsued vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabt234 committed Aug 4, 2024
1 parent 0602f2b commit f2d7650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/lib/Navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<script lang="ts">
import StatusText from '$lib/StatusText.svelte';
</script>

<div>
<section>
<nav>
Expand Down
3 changes: 1 addition & 2 deletions src/lib/StatusText.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import { onMount, onDestroy } from 'svelte';
import { Button, Badge, Stack } from '@svelteuidev/core';
var mapData = [];
$: Text = '';

Check failure on line 5 in src/lib/StatusText.svelte

View workflow job for this annotation

GitHub Actions / lint

'Text' is assigned a value but never used
Expand Down

0 comments on commit f2d7650

Please sign in to comment.