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:
parent
10a6548d39
commit
fea9ea06f2
2 changed files with 0 additions and 16 deletions
|
@ -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;
|
|
@ -1,2 +0,0 @@
|
|||
.main {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue