Skip to content

Commit fd86702

Browse files
committed
fix: removing double box import
1 parent f09fb09 commit fd86702

File tree

2 files changed

+0
-2
lines changed
  • cra-template-nativebase/template/src
  • cra-template-nativebase-typescript/template/src

2 files changed

+0
-2
lines changed

cra-template-nativebase-typescript/template/src/App.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
Switch,
1010
useColorMode,
1111
VStack,
12-
Box,
1312
} from "native-base";
1413

1514
function App() {

cra-template-nativebase/template/src/App.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
Switch,
1010
useColorMode,
1111
VStack,
12-
Box,
1312
} from "native-base";
1413

1514
function App() {

0 commit comments

Comments
 (0)