aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-19 05:57:03 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-19 05:57:03 +0800
commit9728267eac56f3d811d70bb794ffa98ebc832267 (patch)
treef3e99690a3fe9b839e08a54ac27fcc97f0fe60e0 /packages/website
parentf097259266bebddca7d21a225e760d708f96ff82 (diff)
downloaddexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.tar
dexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.tar.gz
dexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.tar.bz2
dexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.tar.lz
dexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.tar.xz
dexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.tar.zst
dexon-sol-tools-9728267eac56f3d811d70bb794ffa98ebc832267.zip
Removing unused interface
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/ts/@next/components/modals/input.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/website/ts/@next/components/modals/input.tsx b/packages/website/ts/@next/components/modals/input.tsx
index 5b5eac51c..d4d53402a 100644
--- a/packages/website/ts/@next/components/modals/input.tsx
+++ b/packages/website/ts/@next/components/modals/input.tsx
@@ -15,10 +15,6 @@ interface InputProps {
isErrors?: boolean;
}
-interface LabelProps {
- string: boolean;
-}
-
interface ErrorProps {
[key: string]: string;
}