- initial;
This commit is contained in:
14
src/layouts/DefaultLayout/index.js
Normal file
14
src/layouts/DefaultLayout/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
|
||||
const DefaultLayout = ({ children }) => {
|
||||
return(
|
||||
<div>
|
||||
<div>
|
||||
Top bar
|
||||
</div>
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default DefaultLayout;
|
||||
Reference in New Issue
Block a user