diff --git a/src/routes/index.tsx b/src/routes/index.tsx index a4c46a87..8c9d43d8 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -27,12 +27,7 @@ import { Card } from '~/components/Card' import LibraryCard from '~/components/LibraryCard' import { FeaturedShowcases } from '~/components/ShowcaseSection' import { Button } from '~/ui' - -const LazyBrandContextMenu = React.lazy(() => - import('~/components/BrandContextMenu').then((m) => ({ - default: m.BrandContextMenu, - })), -) +import { BrandContextMenu } from '~/components/BrandContextMenu' export const textColors = [ `text-rose-500`, @@ -127,55 +122,27 @@ function Index() { /> - - - - - } - > - - - - - + + + +