Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0491f0c commit 9a5cc12Copy full SHA for 9a5cc12
site/src/pages/GroupsPage/CreateGroupPage.tsx
@@ -3,9 +3,9 @@ import { Helmet } from "react-helmet-async";
3
import { useMutation, useQueryClient } from "react-query";
4
import { useNavigate } from "react-router-dom";
5
import { createGroup } from "api/queries/groups";
6
+import { useDashboard } from "modules/dashboard/useDashboard";
7
import { pageTitle } from "utils/page";
8
import CreateGroupPageView from "./CreateGroupPageView";
-import { useDashboard } from "modules/dashboard/useDashboard";
9
10
export const CreateGroupPage: FC = () => {
11
const queryClient = useQueryClient();
0 commit comments