Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
add NillionClient types
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Apr 12, 2024
1 parent d4dabc2 commit 94a3ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/app/nillion-pw-manager/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";

import { useEffect, useState } from "react";
import type * as NillionTypes from "@nillion/nillion-client-js-browser/nillion_client_js_browser.d.ts";
import type { NextPage } from "next";
import { useAccount } from "wagmi";
import { CopyString } from "~~/components/nillion/CopyString";
Expand Down

0 comments on commit 94a3ed1

Please sign in to comment.