diff --git a/src/front/components/DesignSystem/Version/index.tsx b/src/front/components/DesignSystem/Version/index.tsx index dc7ab791..d860f71e 100644 --- a/src/front/components/DesignSystem/Version/index.tsx +++ b/src/front/components/DesignSystem/Version/index.tsx @@ -1,6 +1,6 @@ import React from "react"; import classes from "./classes.module.scss"; -import VersionFile from "@Front/version.json"; +import VersionFile from "@Front/version.json"; // TODO: This is a hack, we will use a proper versioning system stored in DB import Typography, { ITypo, ITypoColor } from "../Typography"; type IProps = {}; @@ -11,7 +11,7 @@ export default class Version extends React.Component { return
- {VersionFile.version} + {VersionFile.version}
;