From 4e245f5fdbbfbbce10f54013fde3ea78aa064837 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 10 May 2017 12:16:08 +0200 Subject: [PATCH] Move the test code --- types/material-ui/material-ui-tests.tsx | 37 ------------------------- 1 file changed, 37 deletions(-) diff --git a/types/material-ui/material-ui-tests.tsx b/types/material-ui/material-ui-tests.tsx index dfa669f306..d81155dfcc 100644 --- a/types/material-ui/material-ui-tests.tsx +++ b/types/material-ui/material-ui-tests.tsx @@ -4697,43 +4697,6 @@ function handleActive(tab) { } const TabsExampleSimple = () => ( - - -
-

Tab One

-

- This is an example tab. -

-

- You can put any sort of HTML or react component in here. It even keeps the component state! -

- -
-
- -
-

Tab Two

-

- This is another example tab. -

-
-
- -
-

Tab Three

-

- This is a third example tab. -

-
-
-
-); - -const TabsExampleTeamplateStyle = () => (