From 3b9fbda181e00096143666ddcf43565d6aa2e8c7 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 1 Sep 2023 13:18:29 +0100 Subject: [PATCH] lintt --- frontend/src/components/Layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 4f15312f8..9f0a3ea0d 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -import { Link } from "@vector-im/compound-web"; import { useAtomValue } from "jotai"; import { currentUserIdAtom } from "../atoms";