Skip to content

Commit

Permalink
Merge pull request #242 from AUS-DOH-Safety-and-Quality/unused-class
Browse files Browse the repository at this point in the history
Remove unused error class
  • Loading branch information
andrjohns authored Feb 4, 2024
2 parents 173ec86 + f8ba369 commit 15d1dd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/Classes/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { default as plotPropertiesClass, type axisProperties } from "./plotPropertiesClass"
export { default as settingsClass, type defaultSettingsType, type defaultSettingsKey, type settingsScalarTypes } from "./settingsClass"
export { default as viewModelClass, type plotData, type lineData, type controlLimitsObject, type controlLimitsArgs, type outliersObject } from "./viewModelClass"
export { default as validationErrorClass } from "./validationErrorClass"
export { default as derivedSettingsClass } from "./derivedSettingsClass"
6 changes: 0 additions & 6 deletions src/Classes/validationErrorClass.ts

This file was deleted.

0 comments on commit 15d1dd2

Please sign in to comment.