This commit is contained in:
kaz saita 2024-01-22 23:56:35 +09:00
parent b7bafed2cb
commit 35f3962c31

View file

@ -33,7 +33,7 @@ export const defaultListPageLayout: PageLayout = {
Component.MobileOnly(Component.Spacer()), Component.MobileOnly(Component.Spacer()),
Component.Search(), Component.Search(),
Component.Darkmode(), Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()), Component.RecentNotes({title: "Recent"}),
], ],
right: [], right: [],
} }