mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add semicolons
This commit is contained in:
@@ -2,8 +2,8 @@ import React, { useEffect } from 'react';
|
||||
import { Helmet } from 'react-helmet-async';
|
||||
import { Link } from "react-router-dom";
|
||||
import { Container, Header, Logo, Page, Boards, BoardsTitle } from '../styled/views/Home.styled';
|
||||
import packageJson from '../../../package.json'
|
||||
const {version} = packageJson
|
||||
import packageJson from '../../../package.json';
|
||||
const {version} = packageJson;
|
||||
|
||||
|
||||
const NotFound = () => {
|
||||
|
||||
Reference in New Issue
Block a user