This commit is contained in:
Max Lynch
2020-12-20 23:02:27 -06:00
parent fdef2842ef
commit 8b2df11c87
9 changed files with 41 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
const App = ({ children }) => (
<div className="flex h-screen flex-col">
{children}
</div>
);
export default App;