Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 12, 2024
1 parent 0e51d61 commit f8cb6f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/screens/thread/ThreadScreen/ThreadScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { FormErrorText } from "@/components/ui/FormErrorText";
import { Heading } from "@/components/ui/heading";
import { HeadingInput } from "@/components/ui/heading-input";
import { HStack, LStack, styled } from "@/styled-system/jsx";
import { LStack as lstack } from "@/styled-system/patterns";

import { Form, Props, useThreadScreen } from "./useThreadScreen";

Expand Down

0 comments on commit f8cb6f3

Please sign in to comment.