aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/components/MastodonShareButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/components/MastodonShareButton.tsx')
-rw-r--r--src/frontend/components/MastodonShareButton.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend/components/MastodonShareButton.tsx b/src/frontend/components/MastodonShareButton.tsx
index 21b6d4d..d809ee9 100644
--- a/src/frontend/components/MastodonShareButton.tsx
+++ b/src/frontend/components/MastodonShareButton.tsx
@@ -1,8 +1,7 @@
// @jsxImportSource xeact
// @jsxRuntime automatic
-import { u } from "xeact";
-import { useState } from "@/state.js";
+import { u, useState } from "xeact";
export interface MastodonShareButtonProps {
title: string;