fix: remove navbar overflow on main page

This commit is contained in:
2025-06-05 11:53:03 +01:00
parent 6e72580a6a
commit f85adf9edc
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import type { Table } from "@supabase/supabase-js";
import type { Table } from "$lib";
interface Props {
space: Table<"study_spaces">;