Skip to content

Commit 0a0b7f2

Browse files
committed
Removed un-used import
1 parent b2846d5 commit 0a0b7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/components/navigation/ProjectSideMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import {
1111
organizationTeamPath,
1212
projectEnvironmentsPath,
1313
projectIntegrationsPath,
14-
projectSetupPath,
1514
projectPath,
15+
projectSetupPath,
1616
projectTriggersPath,
1717
} from "~/utils/pathBuilder";
1818
import { UserProfilePhoto } from "../UserProfilePhoto";
19-
import { LinkButton, NavLinkButton } from "../primitives/Buttons";
19+
import { NavLinkButton } from "../primitives/Buttons";
2020
import { NamedIcon, type IconNames } from "../primitives/NamedIcon";
2121
import { SimpleTooltip } from "../primitives/Tooltip";
2222

0 commit comments

Comments
 (0)