fix: remove navbar overflow on main page
This commit is contained in:
@@ -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">;
|
||||
|
||||
Reference in New Issue
Block a user