File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<script setup >
2- // import ProtectData from '../../modules/helloWorld/ProtectData.vue';
2+ import ProtectData from ' ../../modules/helloWorld/ProtectData.vue' ;
33</script >
44
55# 🛡️ Let's protect data
Original file line number Diff line number Diff line change 11<script setup >
2- // TODO: Fix it
3- // import GrantAccess from '../../modules/helloWorld/GrantAccess.vue';
4- // import { useWalletConnection } from '../../hooks/useWalletConnection.vue';
2+ import GrantAccess from ' ../../modules/helloWorld/GrantAccess.vue' ;
3+ import { useWalletConnection } from ' ../../hooks/useWalletConnection.vue' ;
54
6- // const { protectedDataAddress } = useWalletConnection();
5+ const { protectedDataAddress } = useWalletConnection ();
76</script >
87
98# 🔑 Manage Data Access
You can’t perform that action at this time.
0 commit comments