File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "@identity.com/cryptid-middleware-check-did" : " 0.3.0-alpha.11" ,
1818 "@identity.com/cryptid-middleware-check-pass" : " 0.3.0-alpha.11" ,
1919 "@identity.com/cryptid-middleware-check-recipient" : " 0.3.0-alpha.11" ,
20- "@identity.com/cryptid-middleware-time-delay" : " 0.3.0-alpha.11" ,
21- "cryptid-wallet-ui" :" 0.1.0"
20+ "@identity.com/cryptid-middleware-time-delay" : " 0.3.0-alpha.11"
2221 },
2322 "devDependencies" : {
2423 "rimraf" : " ^3.0.2"
Original file line number Diff line number Diff line change 1+ declare module "*.png" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Link from "next/link";
44import { WalletMultiButton } from "@solana/wallet-adapter-react-ui" ;
55import { useAutoConnect } from "../contexts/AutoConnectProvider" ;
66import NetworkSwitcher from "./NetworkSwitcher" ;
7- // import title from "../../public/title.png";
7+ import title from "../../public/title.png" ;
88export const AppBar : FC = ( props ) => {
99 const { autoConnect, setAutoConnect } = useAutoConnect ( ) ;
1010
Original file line number Diff line number Diff line change 2323 },
2424 "include" : [
2525 " src" ,
26- " public"
26+ " public" ,
27+ " index.d.ts"
2728 ],
2829 "references" : [
2930 {
You can’t perform that action at this time.
0 commit comments