diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-04-07 15:15:37 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-04-08 16:57:48 -0400 |
| commit | efbf5faf5b9faaee973fc451e9824e9b0d23b683 (patch) | |
| tree | 1d781748ece8055e16aa85c8d799fd15f06b1c72 /src/frontend/components/MastodonShareButton.tsx | |
| parent | d46f4963dea14fa98ab2c1332f722df66e2c875c (diff) | |
| download | xesite-efbf5faf5b9faaee973fc451e9824e9b0d23b683.tar.xz xesite-efbf5faf5b9faaee973fc451e9824e9b0d23b683.zip | |
import map: use Xeact 0.70.0 useState
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'src/frontend/components/MastodonShareButton.tsx')
| -rw-r--r-- | src/frontend/components/MastodonShareButton.tsx | 3 |
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; |
