Skip to content

Commit 71b4d90

Browse files
committed
Flavor Update: Solid
remove screenthree, and remove usage of globals. and collection
1 parent 1b0cd6e commit 71b4d90

File tree

2 files changed

+2
-90
lines changed

2 files changed

+2
-90
lines changed

examples/solidJs/src/app.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import "./globals";
1+
2+
23
import { Route, StackRouter } from "./router";
34
import { ScreenOne } from "./routes/screen-one";
4-
import { ScreenThree } from "./routes/screen-three";
55
import { ScreenTwo } from "./routes/screen-two";
66
import { Home } from '~/home'
77
import { ActionBar } from '~/ui/actionbar'
@@ -12,7 +12,6 @@ const App = () => {
1212
<StackRouter initialRouteName="Home">
1313
<Route name="Home" component={Home} />
1414
<Route name="ActionBar" component={ActionBar} />
15-
<Route name="ScreenThree" co mponent={ScreenThree} />
1615
</StackRouter>
1716
);
1817
};

examples/solidJs/src/routes/screen-three.tsx

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)