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 1
1
<script setup >
2
- import ProtectData from ' ../../modules/helloWorld/ProtectData.vue' ;
2
+ // import ProtectData from '../../modules/helloWorld/ProtectData.vue';
3
3
</script >
4
4
5
5
# 🛡️ Let's protect data
Original file line number Diff line number Diff line change 1
1
<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';
4
5
5
- const { protectedDataAddress } = useWalletConnection ();
6
+ // const { protectedDataAddress } = useWalletConnection();
6
7
</script >
7
8
8
9
# 🔑 Manage Data Access
Original file line number Diff line number Diff line change 1
1
<script setup >
2
- import CouponCode from ' ../../modules/helloWorld/CouponCode.vue' ;
2
+ // TODO: Fix it
3
+ // import CouponCode from '../../modules/helloWorld/CouponCode.vue';
3
4
</script >
4
5
5
6
# 🎉 Bonus chapter
You can’t perform that action at this time.
0 commit comments