Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 14, 2022
1 parent 5715d14 commit b35dcfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import {

import otusRoutes from '@/modules/otus/router'
import dynamicRoutes from '~pages'
import routerConfiguration from '../../config/router.yml'

const { base_url, hash_mode } = routerConfiguration
const { base_url, hash_mode } = __APP_ENV__

const router = createRouter({
history: hash_mode
Expand Down

0 comments on commit b35dcfa

Please sign in to comment.