mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
refactor: fix import relative paths
This commit is contained in:
parent
6f8601f483
commit
5fb8a99a56
8 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { SpotifyLibraryDetails } from "src/sources/spotify/spotify-library-details.entity";
|
||||
import { Column, Entity, ManyToMany, PrimaryGeneratedColumn } from "typeorm";
|
||||
import { SpotifyLibraryDetails } from "../sources/spotify/spotify-library-details.entity";
|
||||
import { Album } from "./album.entity";
|
||||
|
||||
@Entity()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue