Skip to content

Commit

Permalink
[implementation] supportpage and solutionspage
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismeamir committed Nov 18, 2024
1 parent eafece6 commit 369c417
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/SolutionsPage.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<script setup>
</script>

<template>

</template>

<style scoped>
</style>
11 changes: 11 additions & 0 deletions src/pages/SupportPage.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<script setup>
</script>

<template>

</template>

<style scoped>
</style>

0 comments on commit 369c417

Please sign in to comment.