Skip to content

Instantly share code, notes, and snippets.

@femakin
Created March 9, 2023 22:33
Show Gist options
  • Save femakin/55dbc7cb45911809e9ef7d259ba63385 to your computer and use it in GitHub Desktop.
Save femakin/55dbc7cb45911809e9ef7d259ba63385 to your computer and use it in GitHub Desktop.
import Home from './home';
export default function page() {
return (
<div>
<Home/>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment