mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +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 { Controller, Get, Query } from "@nestjs/common";
|
||||
import { Auth } from "src/auth/decorators/auth.decorator";
|
||||
import { Auth } from "../auth/decorators/auth.decorator";
|
||||
import { ReqUser } from "../auth/decorators/req-user.decorator";
|
||||
import { User } from "../users/user.entity";
|
||||
import { ListenReportDto } from "./dto/listen-report.dto";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { Module } from "@nestjs/common";
|
||||
import { ListensModule } from "src/listens/listens.module";
|
||||
import { ListensModule } from "../listens/listens.module";
|
||||
import { ReportsController } from "./reports.controller";
|
||||
import { ReportsService } from "./reports.service";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue