Skip to content

Commit

Permalink
I made a mistake with the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
P-man2976 committed Oct 17, 2023
1 parent e0278e5 commit 5839be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/routes/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const About = React.lazy(() => import("./about"));
const ChannelsOrg = React.lazy(() => import('./channelsOrg'));
const Channel = React.lazy(() => import("./channel"));
const Kitchensink = React.lazy(() => import("@/Kitchensink"));
const ChannelsOrg = React.lazy(() => import("./channelsOrg"));

const store = getDefaultStore();

Expand Down

0 comments on commit 5839be2

Please sign in to comment.