Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b14b89

Browse files
chore: appease the linter
1 parent b1ff65b commit 6b14b89

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
@@ -61,9 +61,9 @@ import { Helmet } from "react-helmet-async";
6161
import { useMutation, useQuery, useQueryClient } from "react-query";
6262
import { Link as RouterLink, useNavigate } from "react-router-dom";
6363
import TextareaAutosize from "react-textarea-autosize";
64+
import { docs } from "utils/docs";
6465
import { pageTitle } from "utils/page";
6566
import { relativeTime } from "utils/time";
66-
import { docs } from "utils/docs";
6767
import { type UserOption, UsersCombobox } from "./UsersCombobox";
6868

6969
type TasksFilter = {

0 commit comments

Comments
 (0)