Files
page-assist/src/routes/option-index.tsx

11 lines
311 B
TypeScript
Raw Normal View History

2024-02-04 13:56:25 +05:30
import { SettingsBody } from "~components/Sidepanel/Settings/body"
import { SidepanelSettingsHeader } from "~components/Sidepanel/Settings/header"
export const OptionIndex = () => {
return (
<div className="flex bg-white dark:bg-black flex-col min-h-screen mx-auto max-w-7xl">
hey
</div>
)
}