1
0
Fork 0
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:
Fedor Katurov 2022-01-14 17:02:25 +07:00
parent 01fac15a00
commit 2e75e4f7c0
6 changed files with 61 additions and 7 deletions
src/components/sidebar/SidebarStack

View file

@ -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 {}