Skip to content

Commit 7f10110

Browse files
committed
Initial lint fix
1 parent 40a4e69 commit 7f10110

File tree

1 file changed

+1
-2
lines changed
  • site/pages/projects/[organization]/[project]

1 file changed

+1
-2
lines changed

site/pages/projects/[organization]/[project]/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import React from "react"
22
import { makeStyles } from "@material-ui/core/styles"
33
import Paper from "@material-ui/core/Paper"
4-
import { Link } from "react-router-dom"
5-
import { useNavigate, useParams } from "react-router-dom"
4+
import { Link, useNavigate, useParams } from "react-router-dom"
65
import useSWR from "swr"
76

87
import { Project, Workspace } from "../../../../api"

0 commit comments

Comments
 (0)