Skip to content

Commit a6e02e2

Browse files
updated
1 parent 670dcb2 commit a6e02e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/routes/@[scope]/(_islands)/ScopeInviteForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useCallback, useRef } from "preact/hooks";
44
import { JSX } from "preact/jsx-runtime";
55
import { ScopeInvite } from "../../../utils/api_types.ts";
66
import { api, path } from "../../../utils/api.ts";
7-
import TbUsersPlus from "@preact-icons/tb/TbUsersPlus";
7+
import { TbUsersPlus } from "tb-icons";
88

99
interface ScopeInviteFormProps {
1010
scope: string;

frontend/routes/@[scope]/(_islands)/ScopeMemberLeave.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2024 the JSR authors. All rights reserved. MIT license.
2-
import TbArrowRightFromArc from "@preact-icons/tb/TbArrowRightFromArc";
32
import { useSignal } from "@preact/signals";
43
import { useEffect } from "preact/hooks";
4+
import { TbArrowRightFromArc } from "tb-icons";
55

66
export function ScopeMemberLeave({
77
userId,

0 commit comments

Comments
 (0)