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 40a4e69 commit 7f10110Copy full SHA for 7f10110
site/pages/projects/[organization]/[project]/index.tsx
@@ -1,8 +1,7 @@
1
import React from "react"
2
import { makeStyles } from "@material-ui/core/styles"
3
import Paper from "@material-ui/core/Paper"
4
-import { Link } from "react-router-dom"
5
-import { useNavigate, useParams } from "react-router-dom"
+import { Link, useNavigate, useParams } from "react-router-dom"
6
import useSWR from "swr"
7
8
import { Project, Workspace } from "../../../../api"
0 commit comments