mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix import paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { authWithHeaders } from '../../middlewares/api-v3/auth';
|
import { authWithHeaders } from '../../middlewares/api-v3/auth';
|
||||||
import * as Tasks from '../../models/tasks';
|
import * as Tasks from '../../models/task';
|
||||||
import { NotFound } from '../../libs/errors';
|
import { NotFound } from '../../libs/api-v3/errors';
|
||||||
|
|
||||||
let api = {};
|
let api = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user