chore: added content and updated settings

This commit is contained in:
Catalin Pit
2024-04-12 12:05:31 +03:00
parent 24ed73ef3e
commit df699e890c
13 changed files with 318 additions and 9 deletions

View File

@ -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>