]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/help.component.ts
Add client helpers to plugins
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / help.component.ts
index ba0452e778393dd2ffdb5047a42660c5f8403c2d..f3426f70ff4246a2e8aff0ac3ce1167f06a3c454 100644 (file)
@@ -1,6 +1,6 @@
 import { Component, Input, OnChanges, OnInit } from '@angular/core'
-import { MarkdownService } from '@app/videos/shared'
 import { I18n } from '@ngx-translate/i18n-polyfill'
+import { MarkdownService } from '@app/shared/renderer'
 
 @Component({
   selector: 'my-help',