Skip to content

Commit

Permalink
[Fix] Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Nov 4, 2023
1 parent 49c73fe commit 38efac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
import AboutSection from '@/components/AboutSection.vue'
import NavBar from '@/components/NavBar.vue'
import LandingSection from '@/components/LandingSection.vue'
import AcknowledgementsSection from '@/components/AcknowledgementsSection.vue'
</script>

<template>
<div id="root-component">
<NavBar />
<LandingSection />
<AboutSection />
<!-- <AcknowledgementsSection />-->
</div>
</template>

0 comments on commit 38efac0

Please sign in to comment.