fix: Angular not liking JSON imports (#204)

This commit is contained in:
2022-09-26 19:52:27 +02:00
committed by GitHub
parent 1ecaa048eb
commit ed883c06eb
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import TCGdex from './tcgdex'
import { version } from './version.json'
import { version } from './version'
export default class Request {