From b32a2fe55f3f9eb348389b8c0e83a5ed7fe4cd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Sat, 7 Mar 2020 22:43:36 +0100 Subject: [PATCH] rm extra div --- .../ExampleComponent/ExampleComponent.tsx.hbs | 51 +++++++++---------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/packages/cli/templates/default-plugin/src/components/ExampleComponent/ExampleComponent.tsx.hbs b/packages/cli/templates/default-plugin/src/components/ExampleComponent/ExampleComponent.tsx.hbs index 71d3d96cf3..ac101c6583 100644 --- a/packages/cli/templates/default-plugin/src/components/ExampleComponent/ExampleComponent.tsx.hbs +++ b/packages/cli/templates/default-plugin/src/components/ExampleComponent/ExampleComponent.tsx.hbs @@ -13,34 +13,31 @@ import ExampleFetchComponent from '../ExampleFetchComponent'; const ExampleComponent: FC<{}> = () => ( -
-
- - -
- - - - - - - All content should be wrapped in a card like this. - - - - - - - - +
+ + +
+ + + + + + + All content should be wrapped in a card like this. + + - -
+ + + + + + +
);