diff --git a/science-quest/src/main.js b/science-quest/src/main.js index d8c433a..ba7661e 100644 --- a/science-quest/src/main.js +++ b/science-quest/src/main.js @@ -16,8 +16,6 @@ const routes = [ ] const router = createRouter({ - // 4. Provide the history implementation to use. We - // are using the hash history for simplicity here. history: createWebHashHistory(), routes, // short for `routes: routes` })