aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 5ba33a0..63f7938 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -16,11 +16,6 @@ import Header from './demo/Header/Header';
import Window from './demo/Window/Window';
import icon from './assets/icon.svg';
-interface RenderPropTypes {
- index: number;
- style: React.CSSProperties;
-}
-
const useStyles = makeStyles(theme => ({
window: {
padding: theme.spacing(4),