mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add semicolons
This commit is contained in:
@@ -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}) => {
|
||||
|
||||
Reference in New Issue
Block a user