Skip to content

Commit

Permalink
rename to typescript file
Browse files Browse the repository at this point in the history
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
  • Loading branch information
devlinjunker committed Dec 15, 2022
1 parent 3e15024 commit 3e5b372
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/routes/index.js → src/routes/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Vue from 'vue'
import VueRouter from 'vue-router'

import ExplorePanel from '../components/Explore'
import StarredPanel from '../components/Starred'
import ExplorePanel from '../components/Explore.vue'
import StarredPanel from '../components/Starred.vue'

export const ROUTES = {
EXPLORE: 'explore',
Expand Down Expand Up @@ -36,8 +35,6 @@ const routes = [
},
]

Vue.use(VueRouter)

export default new VueRouter({
linkActiveClass: 'active',
routes, // short for `routes: routes`
Expand Down

0 comments on commit 3e5b372

Please sign in to comment.