Skip to content

Commit

Permalink
[NO CHANGELOG][Checkout Widget] remove unused sample app (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesgodi authored Oct 16, 2024
1 parent 90bae98 commit adb6fe5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 317 deletions.

This file was deleted.

114 changes: 0 additions & 114 deletions packages/checkout/widgets-sample-app/src/context/passport.tsx

This file was deleted.

98 changes: 0 additions & 98 deletions packages/checkout/widgets-sample-app/src/context/widgets.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions packages/checkout/widgets-sample-app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import {
} from "./components/ui/marketplace-orchestrator";
import { SaleUI } from "./components/ui/sale/sale";
import AddFundsUI from "./components/ui/add-funds/addFunds";
import { PassportProvider } from "./context/passport";
import { WidgetsProvider } from "./context/widgets";
import AddFundsIntegration from "./components/ui/add-funds-integration/addFunds";
import { AddFundsPassportLogin } from "./components/ui/add-funds/login";
import { AddFundsPassportLogout } from "./components/ui/add-funds/logout";

Expand Down Expand Up @@ -66,16 +63,6 @@ const router = createBrowserRouter([
path: "/add-funds/logout",
element: <AddFundsPassportLogout />,
},
{
path: "/add-funds-integration",
element: (
<PassportProvider>
<WidgetsProvider>
<AddFundsIntegration />
</WidgetsProvider>
</PassportProvider>
),
},
{
path: "/marketplace-orchestrator",
element: <Marketplace />,
Expand Down

0 comments on commit adb6fe5

Please sign in to comment.