]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/server/server-blocklist.ts
Merge branch 'release/3.1.0' into develop
[github/Chocobozzz/PeerTube.git] / server / types / models / server / server-blocklist.ts
index cfbf3b73ac751b4783587741cc25c6317bed7ac5..801f179fd7cd6640c473fb6c65ac51abb04b67fa 100644 (file)
@@ -1,5 +1,5 @@
 import { ServerBlocklistModel } from '@server/models/server/server-blocklist'
-import { PickWith } from '@server/types/utils'
+import { PickWith } from '@shared/core-utils'
 import { MAccountDefault, MAccountFormattable } from '../account/account'
 import { MServer, MServerFormattable } from './server'