]> Untitled Git - lemmy.git/blobdiff - ui/src/components/sponsors.tsx
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / src / components / sponsors.tsx
index 509ba96c17ed34b435b0ab9b377cd4693a7d34e0..3da9fc2be9f830f1bef602694375a84b316f1aaa 100644 (file)
@@ -8,7 +8,7 @@ import {
   Site,
   WebSocketJsonResponse,
   UserOperation,
-} from '../interfaces';
+} from 'lemmy-js-client';
 import { i18n } from '../i18next';
 import { T } from 'inferno-i18next';
 import { repoUrl, wsJsonToRes, toast } from '../utils';