File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-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- import GrantAccess from ' ../../modules/helloWorld/GrantAccess.vue' ;
3- import { useWalletConnection } from ' ../../hooks/useWalletConnection.vue' ;
2+ // TODO: Fix it
3+ // import GrantAccess from '../../modules/helloWorld/GrantAccess.vue';
4+ // import { useWalletConnection } from '../../hooks/useWalletConnection.vue';
45
5- const { protectedDataAddress } = useWalletConnection ();
6+ // const { protectedDataAddress } = useWalletConnection();
67</script >
78
89# 🔑 Manage Data Access
Original file line number Diff line number Diff line change 11<script setup >
2- import CouponCode from ' ../../modules/helloWorld/CouponCode.vue' ;
2+ // TODO: Fix it
3+ // import CouponCode from '../../modules/helloWorld/CouponCode.vue';
34</script >
45
56# 🎉 Bonus chapter
You can’t perform that action at this time.
0 commit comments