diff --git a/devops/Chart.yaml b/devops/Chart.yaml index e9a6b889..b9f7cc48 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.1.9 +appVersion: 0.2.5 diff --git a/src/front/Components/DesignSystem/Loader/index.tsx b/src/front/Components/DesignSystem/Loader/index.tsx index b541a4fa..f6a1ab85 100644 --- a/src/front/Components/DesignSystem/Loader/index.tsx +++ b/src/front/Components/DesignSystem/Loader/index.tsx @@ -6,7 +6,6 @@ import Image from "next/image"; interface IProps { className?: string; } - export default class Loader extends React.Component { public override render(): JSX.Element { return {"Loader"};