Skip to content

Commit

Permalink
chore: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Feb 29, 2024
1 parent 0689118 commit e8fce30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useTranslations } from "next-intl";

import { Card, CardContent, CardHeader } from "@/components/ui/card";
import { useTextLang } from "@/hooks/core/use-text-lang";
import { ActionsForumsForum } from "./actions/actions";
import { ActionsForumsForum } from "./actions/action";
import type { Forum_Forums__Show_ItemQuery } from "@/graphql/hooks";
import { TopicsListForum } from "./topics-list/topics-list";
import { ReadOnlyEditor } from "@/components/editor/read-only/read-only-editor";
Expand Down

0 comments on commit e8fce30

Please sign in to comment.