mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +00:00
7 lines
No EOL
164 B
TypeScript
7 lines
No EOL
164 B
TypeScript
import { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
|
|
|
|
export const baseOptions: BaseLayoutProps = {
|
|
nav: {
|
|
title: 'SurfSense Documentation',
|
|
},
|
|
}; |