1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

deleted some component

This commit is contained in:
muerwre 2019-07-26 17:14:14 +07:00
parent 10a6548d39
commit fea9ea06f2
2 changed files with 0 additions and 16 deletions

View file

@ -1,14 +0,0 @@
import * as React from 'react';
const styles = require("./styles.scss");
interface ISomeComponentProps {}
export const SomeComponent: React.FunctionComponent<ISomeComponentProps> = (props) => {
const { } = props;
return (
<div className={styles.main}>This is some component</div>
);
};
export default SomeComponent;

View file

@ -1,2 +0,0 @@
.main {
}