]> Untitled Git - lemmy.git/blobdiff - ui/src/components/community-link.tsx
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / src / components / community-link.tsx
index 293ded0464b097162d4d9bc8c773b8dd8b544f19..003f61e14464b357b97500ef40315a453ed50f7b 100644 (file)
@@ -1,6 +1,6 @@
 import { Component } from 'inferno';
 import { Link } from 'inferno-router';
-import { Community } from '../interfaces';
+import { Community } from 'lemmy-js-client';
 import { hostname, pictrsAvatarThumbnail, showAvatars } from '../utils';
 
 interface CommunityOther {