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 e595ca0 commit fff8f08Copy full SHA for fff8f08
site/src/components/Dashboard/Navbar/UserDropdown/UserDropdownContent.tsx
@@ -8,7 +8,7 @@ import LaunchIcon from "@mui/icons-material/LaunchOutlined";
8
import { Stack } from "components/Stack/Stack";
9
import { FC } from "react";
10
import { Link } from "react-router-dom";
11
-import * as TypesGen from "../../../../../api/typesGenerated";
+import * as TypesGen from "api/typesGenerated";
12
import DocsIcon from "@mui/icons-material/MenuBook";
13
import LogoutIcon from "@mui/icons-material/ExitToAppOutlined";
14
import { combineClasses } from "utils/combineClasses";
0 commit comments