Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvvvector committed Feb 7, 2024
1 parent 28e08cb commit e59f56a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { Loading } from '~/components/loading/loading';

import { Home } from '~/pages/home/home';

// hello world

const Cart = lazy(
() => import(/* webpackChunkName: "Cart" */ '~/pages/cart/cart')
);
Expand Down

0 comments on commit e59f56a

Please sign in to comment.