added empty projects page

This commit is contained in:
Fedor Katurov 2022-11-03 18:52:26 +06:00
parent ef6f29803b
commit 025d3b9448
3 changed files with 14 additions and 1 deletions

View file

@ -11,6 +11,10 @@
<section :class="$style.section">
<BioProjects />
</section>
<section :class="$style.section">
<BioCareer />
</section>
</article>
</template>