mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 08:36:41 +07:00
added sidebar headers
This commit is contained in:
parent
01fac15a00
commit
2e75e4f7c0
6 changed files with 61 additions and 7 deletions
src/components/sidebar/SidebarStack
|
@ -1,5 +1,7 @@
|
|||
import React, { FC, useMemo } from 'react';
|
||||
import styles from './styles.module.scss';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { Filler } from '~/components/containers/Filler';
|
||||
|
||||
interface SidebarStackProps {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue