mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix shared imports
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user