Skip to content

Commit

Permalink
remove more unused things
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Feb 3, 2025
1 parent 2eec224 commit c6cec28
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 148 deletions.
3 changes: 0 additions & 3 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ REACT_SENTRY_DSN=
# Sentry environment (default: staging)
REACT_SENTRY_ENVIRONMENT=

# Sample format file paths
REACT_SAMPLE_FORMAT_ASSET_IMPORT=/asset-import-template.xlsx

# Camera feed, still watching idle timeout (in seconds; default: 180)
REACT_STILL_WATCHING_IDLE_TIMEOUT=

Expand Down
45 changes: 0 additions & 45 deletions src/hooks/useOrganization.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/pages/Facility/settings/notifications.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/Facility/settings/users.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions src/types/emr/medicationAdministration.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/types/location/locationEncounter.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ interface ImportMetaEnv {
readonly REACT_GMAPS_API_KEY?: string;
readonly REACT_GOV_DATA_API_KEY?: string;
readonly REACT_RECAPTCHA_SITE_KEY?: string;
readonly REACT_SAMPLE_FORMAT_ASSET_IMPORT?: string;
readonly REACT_WARTIME_SHIFTING?: string;
readonly REACT_STILL_WATCHING_IDLE_TIMEOUT?: string;
readonly REACT_STILL_WATCHING_PROMPT_DURATION?: string;
Expand Down

0 comments on commit c6cec28

Please sign in to comment.