From 7ae38906926dc09bc10670c361af0d2bf0050426 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Sat, 19 Jan 2019 18:42:04 +0800 Subject: Update dependency packages --- packages/dev-tools-pages/ts/context/index.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 packages/dev-tools-pages/ts/context/index.tsx (limited to 'packages/dev-tools-pages/ts/context/index.tsx') diff --git a/packages/dev-tools-pages/ts/context/index.tsx b/packages/dev-tools-pages/ts/context/index.tsx deleted file mode 100644 index 97ccf5c16..000000000 --- a/packages/dev-tools-pages/ts/context/index.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { createContext } from 'react'; - -interface ContextInterface { - title?: string; - name?: string; - docLink?: string; - subtitle?: string; - tagline?: string; - icon?: React.ReactNode; - colors?: { - main: string; - secondary: string; - secondary_alt: string; - type: string; - type_alt: string; - dark: string; - }; -} - -const ThemeContext = createContext({}); - -export { ThemeContext, ContextInterface }; -- cgit v1.2.3