mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add semicolons
This commit is contained in:
@@ -40,8 +40,8 @@ import useStateString from '../../hooks/useStateString';
|
||||
import useSuccess from '../../hooks/useSuccess';
|
||||
import useAnonModeStore from '../../hooks/stores/useAnonModeStore';
|
||||
import useGeneralStore from '../../hooks/stores/useGeneralStore';
|
||||
import packageJson from '../../../package.json'
|
||||
const {version} = packageJson
|
||||
import packageJson from '../../../package.json';
|
||||
const {version} = packageJson;
|
||||
|
||||
|
||||
const Thread = () => {
|
||||
|
||||
Reference in New Issue
Block a user