Skip to content

Instantly share code, notes, and snippets.

@laxmariappan
Last active May 23, 2022 19:54
Show Gist options
  • Save laxmariappan/cfae32be507895a6a022086aec5965fa to your computer and use it in GitHub Desktop.
Save laxmariappan/cfae32be507895a6a022086aec5965fa to your computer and use it in GitHub Desktop.
Remix App component
export default function App() {
return (
<Document>
<Layout>
<Outlet />
</Layout>
</Document>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment