Skip to content

Commit

Permalink
test: Investigating cause of error during build
Browse files Browse the repository at this point in the history
  • Loading branch information
25Ericcheong committed May 1, 2024
1 parent 26741d1 commit 1f05344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import Feedback from "./components/feedback.vue";
import Footer from "./components/footer.vue";
import LandingPageHeader from "./components/header/wrapper-header.vue";
import OurMentions from "./components/our-mentions.vue";
import Products from "./components/products.vue";
// import Products from "./components/products.vue";
import "./output.css";
</script>

<template>
<div class="bg-creamwhitebq">
<LandingPageHeader />
<AboutUs />
<Products />
<!-- <Products /> -->
<OurMentions />
<Feedback />
<Footer />
Expand Down

0 comments on commit 1f05344

Please sign in to comment.