mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added dynamic routes
This commit is contained in:
parent
8c17c02b3e
commit
0a1d2cbf99
16 changed files with 143 additions and 89 deletions
|
@ -21,7 +21,7 @@ import { useUpdates } from '~/hooks/updates/useUpdates';
|
|||
|
||||
import styles from './styles.module.scss';
|
||||
|
||||
type HeaderProps = {};
|
||||
export interface HeaderProps {}
|
||||
|
||||
const Header: FC<HeaderProps> = observer(() => {
|
||||
const labStats = useGetLabStats();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue