summaryrefslogtreecommitdiff
path: root/web/source/settings/views/user/export-import/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/views/user/export-import/index.tsx')
-rw-r--r--web/source/settings/views/user/export-import/index.tsx2
1 files changed, 2 insertions, 0 deletions
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.
</p>
<Export exportStats={exportStats} />
+ <Import />
</>
);
}