Skip to content

Commit

Permalink
chore: remove playground page
Browse files Browse the repository at this point in the history
  • Loading branch information
mpblocky committed Mar 6, 2025
1 parent b221003 commit 5b364bb
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 740 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export const routerPaths = {
homePage: '/',
playground: '/playground',
worker: {
signIn: '/worker/sign-in',
signUp: '/worker/sign-up',
Expand Down
5 changes: 0 additions & 5 deletions packages/apps/human-app/frontend/src/router/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { EditExistingKeysSuccessPage } from '@/modules/operator/views/sign-up/ed
import { AddKeysOperatorPage } from '@/modules/operator/views/sign-up/add-keys.page';
import { AddStakeOperatorPage } from '@/modules/operator/views/sign-up/add-stake.page';
import { ConnectWalletOperatorPage } from '@/modules/operator/views/sign-up/connect-wallet.page';
import { Playground } from '@/modules/playground/views/playground.page';
import {
HcaptchaLabelingPage,
UserStatsAccordion,
Expand All @@ -41,10 +40,6 @@ export const unprotectedRoutes: RouteProps[] = [
path: routerPaths.homePage,
element: <HomePage />,
},
{
path: routerPaths.playground,
element: <Playground />,
},
{
path: routerPaths.worker.signIn,
element: <SignInWorkerPage />,
Expand Down
Loading

0 comments on commit 5b364bb

Please sign in to comment.