Skip to content

Commit

Permalink
Remove unusued components
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Dec 9, 2024
1 parent 31594f0 commit 3a8090c
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 777 deletions.
39 changes: 0 additions & 39 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import ParentOnboardingScreen from "./pages/ParentOnboardingScreen";
import ParentScreen from "./pages/ParentScreen";
import ParentsHomeScreen from "./pages/ParentsHomeScreen";
import ProfileScreen from "./pages/ProfileScreen";
import TilliGameWeb from "./pages/TilliGameWeb";
import TrackProgressScreen from "./pages/TrackProgressScreen";
import Dashbord from "./Screens/Dashbord";
import DemoUserLoginTwo from "./Screens/DemoUserLogin_2";
Expand Down Expand Up @@ -384,19 +383,6 @@ function App() {
</React.Fragment>
)}
/>
<Route
exact
path={"/" + MyConstant.keyList.projectUrl + "/test"}
history={history}
render={(props) => (
<React.Fragment>
<div className={classNameForDevice}>
<UserManage {...props} landingFrom="test" />
{/* <DemoUserLoginTwo {...props} landingFrom="test"/> */}
</div>
</React.Fragment>
)}
/>
<Route
exact
path={"/" + MyConstant.keyList.projectUrl + "/internal-demo"}
Expand All @@ -405,20 +391,6 @@ function App() {
<React.Fragment>
<div className={classNameForDevice}>
<UserManage {...props} landingFrom="demo" />
{/* <DemoUserLoginTwo {...props} landingFrom="demo"/> */}
</div>
</React.Fragment>
)}
/>

<Route
exact
path={"/" + MyConstant.keyList.projectUrl + "/edash"}
history={history}
render={(props) => (
<React.Fragment>
<div className={classNameForDevice}>
<StartingDashBord {...props} />
</div>
</React.Fragment>
)}
Expand Down Expand Up @@ -498,17 +470,6 @@ function App() {
/>

{/* godot */}

{/* tilli-game-web */}
<Route
path={"/" + MyConstant.keyList.projectUrl + "/games"}
history={history}
render={(props) => (
<React.Fragment>
<TilliGameWeb />
</React.Fragment>
)}
/>
<Route
exact
path={"/" + MyConstant.keyList.projectUrl + "/newparentsscreen"}
Expand Down
Loading

0 comments on commit 3a8090c

Please sign in to comment.