Skip to content

Commit fb7f26b

Browse files
committed
refactor: removed the unused data variable
1 parent fef11fd commit fb7f26b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/+layout.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<script lang="ts">
22
import '../app.css';
33
import ErrorBoundary from '$lib/components/ErrorBoundary.svelte';
4-
5-
export let data;
64
</script>
75

86
<svelte:head>

0 commit comments

Comments
 (0)