mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
import * as React from 'react';
|
|
const style = require('./style.scss');
|
|
|
|
export const HeroPlaceholder = () => (
|
|
<div className={style.container}>
|
|
</div>
|
|
);
|