Skip to content

Commit

Permalink
[#1183] Remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dyczka committed Aug 13, 2024
1 parent f7c73df commit a6d516b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 131 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Dispatch, SetStateAction } from "react";
import { ActionRadio, Spacer, Typography } from "@atoms";
import { GovernanceActionTooltip } from "@/consts";
import { CenteredBoxBottomButtons } from "@molecules";
import {
useCreateGovernanceActionForm,
useScreenDimension,
useTranslation,
} from "@hooks";
import { GovernanceActionTooltip } from "@/consts";
import { GovernanceActionType } from "@/types/governanceAction";

type ChooseGovernanceActionTypeProps = {
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions govtool/frontend/src/components/organisms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export * from "./GovernanceActionsToVote";
export * from "./Hero";
export * from "./HomeCards";
export * from "./RegisterAsDRepSteps";
export * from "./RegisterAsDirectVoterBox";
export * from "./RegisterAsDirectVoterBoxContent";
export * from "./Slider";
export * from "./TopNav";
export * from "./VoteContext";
Expand Down

0 comments on commit a6d516b

Please sign in to comment.