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
@@ -28,8 +28,8 @@ import useGeneralStore from '../../hooks/stores/useGeneralStore';
import useSuccess from '../../hooks/useSuccess';
import useWindowWidth from '../../hooks/useWindowWidth';
import packageJson from '../../../package.json';
const {version} = packageJson
let lastVirtuosoStates = {}
const {version} = packageJson;
let lastVirtuosoStates = {};
const CatalogPost = ({post}) => {