Skip to content

Commit

Permalink
Removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangeetha-Bheeman committed Jan 9, 2024
1 parent 59ef5b8 commit a31a6f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ export default {
</script>

<style lang="scss">
// @import 'src/assets/stylesheets/colors.scss';
@import 'src/assets/stylesheets/layout.scss';
// @import '~bootstrap/scss/bootstrap';
#app {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand Down
1 change: 0 additions & 1 deletion src/components/QuanthubMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default {
this.message = message
this.type = type
this.isDisplayed = true
// setTimeout(this.dismiss, 10000)
},
},
}
Expand Down
3 changes: 0 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
'@tests': fileURLToPath(new URL('./tests', import.meta.url)),
// '~bootstrap': fileURLToPath(
// new URL('./node_modules/bootstrap', import.meta.url)
// ),
},
},
test: {
Expand Down

0 comments on commit a31a6f8

Please sign in to comment.