Move components to ui
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const App = ({ children }) => (
|
||||
<div className="flex h-screen flex-col">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user