mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
docs: add tos and other policies
This commit is contained in:
3
app/docs/layout.tsx
Normal file
3
app/docs/layout.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default async function DocsLayout({ children }: { children: React.ReactNode }) {
|
||||
return <div className="mx-auto max-w-screen-md px-4 py-16">{children}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user