mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
chore: added content and updated settings
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
# Hello world
|
||||
export const Wrapper = ({ children }) => {
|
||||
return <div className="p-24">{children}</div>;
|
||||
};
|
||||
|
||||
Hey there!
|
||||
<Wrapper>
|
||||
# Hello World
|
||||
|
||||
My first Nextra page.
|
||||
|
||||
</Wrapper>
|
||||
|
||||
Reference in New Issue
Block a user