fix: home page v-bind

This commit is contained in:
2022-08-10 20:12:06 -04:00
parent 694a0b2691
commit 00a5c8c4ca
3 changed files with 3 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ useTitle("Home");
<StoryStatBox />
<CommitStatBox />
</div>
<Services />
<About />
</main>