From 7b5917d6ae48f83c92f92d7277960cfa6ae8ec56 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:41:46 +0200 Subject: [feature] Allow import of following and blocks via CSV (#3150) * [feature] Import follows + blocks via settings panel * test import follows --- web/source/settings/views/user/export-import/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/source/settings/views/user/export-import/index.tsx') diff --git a/web/source/settings/views/user/export-import/index.tsx b/web/source/settings/views/user/export-import/index.tsx index 2e3533318..b73779bac 100644 --- a/web/source/settings/views/user/export-import/index.tsx +++ b/web/source/settings/views/user/export-import/index.tsx @@ -22,6 +22,7 @@ import Export from "./export"; import Loading from "../../../components/loading"; import { Error } from "../../../components/error"; import { useExportStatsQuery } from "../../../lib/query/user/export-import"; +import Import from "./import"; export default function ExportImport() { const { @@ -52,6 +53,7 @@ export default function ExportImport() { your GoToSocial account. All exports and imports use Mastodon-compatible CSV files.