Skip to content

Commit a2d8b93

Browse files
committed
fix: use import type for FC in TasksPage
1 parent 2cd062b commit a2d8b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TasksPage/TasksPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
selectDisabledPreferences,
2828
} from "modules/notifications/utils";
2929
import { TaskPrompt } from "modules/tasks/TaskPrompt/TaskPrompt";
30-
import { type FC, useState } from "react";
30+
import type { FC } from "react";
3131
import { useMutation, useQueries, useQuery, useQueryClient } from "react-query";
3232
import { cn } from "utils/cn";
3333
import { pageTitle } from "utils/page";

0 commit comments

Comments
 (0)