File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
apps/frontend/src/routes/(share)/s/b/[shareId] Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ query GetShareBaseData($shareId: ID!) {
1111 baseByShare (shareId : $shareId ) {
1212 id
1313 name
14+ option
1415
1516 tables {
1617 id
Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import BaseHeader from " $lib/components/blocks/base/base-header.svelte"
32 import ShareBaseNav from " $lib/components/blocks/base/share-base-nav.svelte"
43 import * as Resizable from " $lib/components/ui/resizable"
54 import type { PaneAPI } from " paneforge"
65 import type { LayoutData } from " ./$types"
7- import { ScrollArea } from " $lib/components/ui/scroll-area"
86 import Logo from " $lib/images/logo.svg"
9- import { PanelLeftCloseIcon , PanelLeftOpenIcon } from " lucide-svelte"
107
118 export let data: LayoutData
129
You can’t perform that action at this time.
0 commit comments