Skip to content

Commit d992b4e

Browse files
committed
refactor: comment out unused imports in documentation files
1 parent 58a152e commit d992b4e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/overview/helloWorld/2-protectData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

src/overview/helloWorld/4-manageDataAccess.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

src/overview/helloWorld/5-bonusChapter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

0 commit comments

Comments
 (0)