Fix shared imports

This commit is contained in:
Chocobozzz
2021-12-24 10:14:47 +01:00
parent 1e9c1b1b44
commit d17c7b4e8c
41 changed files with 78 additions and 96 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { ensureDir, remove } from 'fs-extra'
import passwordGenerator from 'password-generator'
import { UserRole } from '../../shared'
import { UserRole } from '@shared/models'
import { logger } from '../helpers/logger'
import { createApplicationActor, createUserAccountAndChannelAndPlaylist } from '../lib/user'
import { ApplicationModel } from '../models/application/application'