Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 28, 2024
1 parent a41873d commit 3814ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
declare module '*.svg?component' {
const value: string;
export default value;
}
}
declare module '*.vue';
4 changes: 2 additions & 2 deletions src/components/Footer/WFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
import AdoIcon from '@/assets/svg/ado.svg?component'
import WitOracleIcon from '@/assets/svg/witnet-logo-dark.svg?component'
import { FooterSection } from './WFooter.ts'
import LicenseText from './LicenseText.vue'
import WSection from '../Section/WSection.vue'
import LicenseText from '@/components/Footer/LicenseText.vue'
import WSection from '@/components/Section/WSection.vue'
import { PropType } from 'vue'
const ADO_URL = 'https://github.com/adoracles/'
Expand Down

0 comments on commit 3814ef3

Please sign in to comment.