aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-11-16 23:30:39 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-16 18:00:39 +0000
commiteb7b2481f631cec5953265eef4ebc3f2fa7e496a (patch)
tree419d4413f90ece77c0a2204b40948f1a158793d5 /src/routes.tsx
parent6.2.1-nightly.44 [skip ci] (diff)
downloadferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.tar.gz
ferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.tar.zst
ferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.zip
Transform JSX components to TSX (#755)
* color picker types * Import * SetupAssistant * Services & appear * ServiceWebView * SettingsLayout * ImportantScreen * WorkspaceDrawer * SetupAssistant * chore: update vscode settings * chore: removed stale Import screen component & its tree
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 696d7762f..c0b637c3c 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -26,7 +26,6 @@ import AuthReleaseNotesScreen from './containers/auth/AuthReleaseNotesScreen';
26import PasswordScreen from './containers/auth/PasswordScreen'; 26import PasswordScreen from './containers/auth/PasswordScreen';
27import ChangeServerScreen from './containers/auth/ChangeServerScreen'; 27import ChangeServerScreen from './containers/auth/ChangeServerScreen';
28import SignupScreen from './containers/auth/SignupScreen'; 28import SignupScreen from './containers/auth/SignupScreen';
29import ImportScreen from './containers/auth/ImportScreen';
30import SetupAssistantScreen from './containers/auth/SetupAssistantScreen'; 29import SetupAssistantScreen from './containers/auth/SetupAssistantScreen';
31import InviteScreen from './containers/auth/InviteScreen'; 30import InviteScreen from './containers/auth/InviteScreen';
32import AuthLayoutContainer from './containers/auth/AuthLayoutContainer'; 31import AuthLayoutContainer from './containers/auth/AuthLayoutContainer';
@@ -81,10 +80,6 @@ class FerdiumRoutes extends Component<IProps> {
81 element={<SignupScreen {...routeProps} {...errorProps} />} 80 element={<SignupScreen {...routeProps} {...errorProps} />}
82 /> 81 />
83 <Route 82 <Route
84 path="/auth/signup/import"
85 element={<ImportScreen {...routeProps} />}
86 />
87 <Route
88 path="/auth/signup/setup" 83 path="/auth/signup/setup"
89 element={<SetupAssistantScreen {...routeProps} />} 84 element={<SetupAssistantScreen {...routeProps} />}
90 /> 85 />