Skip to content

Commit

Permalink
fix: remove deleted component
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanGmG committed Jul 3, 2024
1 parent 6f2b4e4 commit 4cb881f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ import 'primeicons/primeicons.css'

import router from './router'

import HeaderComponent from '@/components/Header.component.vue'

import { createApp } from 'vue'
import App from './App.vue'


createApp(App)
.component("page-header", HeaderComponent)
.use(router)
.mount('#app')

0 comments on commit 4cb881f

Please sign in to comment.