Skip to content

Commit

Permalink
Merge pull request #2342 from AdaptiveConsulting/disabling-styleguide
Browse files Browse the repository at this point in the history
Disable styleguide
  • Loading branch information
SHolleworth authored Jan 20, 2025
2 parents a105730 + bf96989 commit 0f34103
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/client/src/client/Web/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import CreditPage from "./CreditPage"
import { FxPage } from "./FxPage"
import MainLayout from "./MainLayout"

const StyleguidePage = lazy(() => import("@/client/styleguide"))
const SellSidePage = lazy(() => import("./SellSidePage"))

export const WebApp = () => {
Expand Down Expand Up @@ -83,14 +82,14 @@ export const WebApp = () => {
)}
<Route path={ROUTES_CONFIG.tile} element={<TornOutTileWrapper />} />

<Route
{/* <Route
path={ROUTES_CONFIG.styleguide}
element={
<Suspense fallback={<Loader />}>
<StyleguidePage />
</Suspense>
}
/>
/> TODO: either remove if UISK takes this role, or refactor with new branding - https://weareadaptive.atlassian.net/jira/software/c/projects/SU/boards/284?selectedIssue=SU-47 */}

{canUseAdmin && (
<Route path={ROUTES_CONFIG.admin} element={<Admin />} />
Expand Down

0 comments on commit 0f34103

Please sign in to comment.