mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
side pane
This commit is contained in:
parent
62e72d166f
commit
9b93012b08
9 changed files with 95 additions and 5 deletions
|
@ -1,11 +1,17 @@
|
|||
import * as React from 'react';
|
||||
import { Header } from "$components/main/Header";
|
||||
import {SidePane} from "$components/main/SidePane";
|
||||
|
||||
const style = require('./style.scss');
|
||||
|
||||
export const MainLayout = ({ children }) => (
|
||||
<div className={style.wrapper}>
|
||||
<Header />
|
||||
{
|
||||
// <Header />
|
||||
}
|
||||
{
|
||||
<SidePane />
|
||||
}
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.wrapper {
|
||||
width: 100%;
|
||||
//padding: $gap 0;
|
||||
padding: $gap 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue