mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
login mechanism
This commit is contained in:
parent
6168841f78
commit
9528e7f699
27 changed files with 528 additions and 96 deletions
8
src/components/main/Logo/index.tsx
Normal file
8
src/components/main/Logo/index.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
import * as React from 'react';
|
||||
const style = require('./style.scss');
|
||||
|
||||
export const Logo = () => (
|
||||
<div className={style.logo}>
|
||||
VAULT
|
||||
</div>
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue