Skip to content

Commit 9a12a6a

Browse files
committed
touch
1 parent 1919a2c commit 9a12a6a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/demo-app/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
2424
## Deploy on Vercel
2525

2626
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_source=github.com&utm_medium=referral&utm_campaign=turborepo-readme) from the creators of Next.js.
27-
2827
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

apps/demo-app/src/app/grant-change-demo/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default function GrantChangeDemoPage(): JSX.Element {
1717
isConnecting,
1818
grantsChanged,
1919
} = useAbstraxionAccount();
20+
2021
const { client } = useAbstraxionSigningClient();
2122
const [notifications, setNotifications] = useState<string[]>([]);
2223

0 commit comments

Comments
 (0)