add semicolons

This commit is contained in:
plebeius.eth
2023-08-13 16:25:16 +02:00
parent 3bb436873d
commit 23a932f92b
13 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ import getDate from '../../utils/getDate';
import handleImageClick from '../../utils/handleImageClick';
import handleStyleChange from '../../utils/handleStyleChange';
import useGeneralStore from '../../hooks/stores/useGeneralStore';
import packageJson from '../../../package.json'
const {version} = packageJson
import packageJson from '../../../package.json';
const {version} = packageJson;
const Description = () => {