1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/main/Logo/index.tsx
2019-08-01 03:51:31 +07:00

8 lines
155 B
TypeScript

import * as React from 'react';
import * as styles from './style.scss';
export const Logo = () => (
<div className={styles.logo}>
VAULT
</div>
);