Skip to content

Commit

Permalink
remove unused type and constant
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian committed May 24, 2024
1 parent b2bf07a commit b82bb2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions services/ui-src/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export const PRODUCTION_HOST_DOMAIN = "mdctmcr.cms.gov";
export const dropdownDefaultOptionText = "- Select an option -";
export const dropdownNoReports = "No reports eligible for copy";

export const noCombinedDataInput =
"No, the report does not contain items for which the state is unable to remove Separate CHIP information";

export const closeText = "Close";
export const saveAndCloseText = "Save & close";
export const drawerReminderText =
Expand Down
2 changes: 0 additions & 2 deletions services/ui-src/src/types/other.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export interface AnyObject {

export interface InputChangeEvent extends React.ChangeEvent<HTMLInputElement> {}

export type { IconType } from "react-icons";

export interface ScreenReaderOnlyHeaderName {
hiddenName: string;
}
Expand Down

0 comments on commit b82bb2e

Please sign in to comment.