Skip to content

Commit

Permalink
chore: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Feb 10, 2022
1 parent 435aae9 commit 4c45ff7
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 594 deletions.
Binary file removed public/images/thumb-chart.jpg
Binary file not shown.
Binary file removed public/images/thumb-cluster.png
Binary file not shown.
Binary file removed public/images/thumb-examples.jpg
Binary file not shown.
Binary file removed public/images/thumb-localfiles.jpg
Binary file not shown.
Binary file removed public/images/thumb-vulkaneifel.jpg
Binary file not shown.
Binary file removed public/sql-wasm.wasm
Binary file not shown.
Binary file removed src/assets/images/darkmode.jpg
Binary file not shown.
508 changes: 0 additions & 508 deletions src/assets/images/darkmode.svg

This file was deleted.

Binary file removed src/assets/images/logo-bmvi.png
Binary file not shown.
Binary file removed src/assets/images/readme-banner.jpg
Binary file not shown.
Binary file removed src/assets/images/v3-thumb.png
Binary file not shown.
84 changes: 0 additions & 84 deletions src/components/Colophon.vue

This file was deleted.

3 changes: 1 addition & 2 deletions src/views/SplashPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ const i18n = {
import { Vue, Component, Prop, Watch } from 'vue-property-decorator'
import globalStore from '@/store'
import Colophon from '@/components/Colophon.vue'
import FileSystemProjects from '@/components/FileSystemProjects.vue'
import InfoBottom from '@/assets/info-bottom.md'
@Component({
i18n,
components: { Colophon, FileSystemProjects, InfoBottom },
components: { FileSystemProjects, InfoBottom },
})
class MyComponent extends Vue {
private state = globalStore.state
Expand Down

0 comments on commit 4c45ff7

Please sign in to comment.