Skip to content

Commit

Permalink
remove connect for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rarepepi committed Dec 1, 2023
1 parent cd65203 commit 36fdad2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/src/routes/connect.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { NoRampConnect, NoRampConnectProvider } from '../../../src';
// import { NoRampConnect, NoRampConnectProvider } from '../../../src';
import ThemeSwitcher from '../components/ui/theme-switcher/theme-switcher';

const Connect = () => {
Expand All @@ -21,9 +21,9 @@ const Connect = () => {
</div>

<div className="w-full max-w-4xl overflow-auto ">
<NoRampConnectProvider>
{/* <NoRampConnectProvider>
<NoRampConnect />
</NoRampConnectProvider>
</NoRampConnectProvider> */}
</div>

<div className="flex flex-col justify-start w-full max-w-4xl mt-12">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "norampkit",
"version": "1.1.8",
"version": "1.1.9",
"license": "MIT",
"author": "noramp",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { NoRampOneClick } from './components/noramp-one-click/one-click';
export { NoRampPayout } from './components/noramp-payout/payout';
export { NoRampKyc } from './components/noramp-kyc/kyc';
export { NoRampConnect } from './components/noramp-connect/connect';
export { NoRampCashout } from './components/noramp-cashout/cashout';
export { NoRampConnectProvider } from './components/noramp-connect-provider/connect-provider';
// export { NoRampConnect } from './components/noramp-connect/connect';
// export { NoRampConnectProvider } from './components/noramp-connect-provider/connect-provider';

1 comment on commit 36fdad2

@vercel
Copy link

@vercel vercel bot commented on 36fdad2 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noramp-kit – ./

noramp-kit.vercel.app
noramp-kit-noramp.vercel.app
noramp-kit-git-main-noramp.vercel.app

Please sign in to comment.