mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
notification menu
This commit is contained in:
parent
6c1f8967e8
commit
9b0c3dd1fb
20 changed files with 371 additions and 39 deletions
|
@ -1,8 +1,9 @@
|
|||
import * as React from 'react';
|
||||
import * as styles from './style.scss';
|
||||
import React from 'react';
|
||||
import styles from './style.scss';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
export const Logo = () => (
|
||||
<div className={styles.logo}>
|
||||
<Link className={styles.logo} to="/">
|
||||
VAULT
|
||||
</div>
|
||||
</Link>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue