Skip to content

Commit

Permalink
chore: Remmove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
godetremy committed Jan 18, 2025
1 parent 4c570aa commit ec2e973
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(articles)/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import { Menu } from 'lucide-svelte';
import SearchBar from '../../components/SearchBar.svelte';
import { onMount } from 'svelte';
let openMenu = $state(false);
let { children } = $props();
Expand Down

0 comments on commit ec2e973

Please sign in to comment.