add eslint script
All checks were successful
platform/bro-js/bro.landing/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-08-14 11:25:20 +03:00
parent a4b2e9eab5
commit d246831f18
6 changed files with 332 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
import React, { Suspense } from "react";
import React from "react";
import { BrowserRouter } from "react-router-dom";
import {Helmet} from 'react-helmet';

View File

@@ -3,7 +3,6 @@ import { Routes, Route } from 'react-router-dom';
import { Spinner } from '@chakra-ui/react';
import { UnderConstructionPage } from './pages';
const Hello = () => <h1>Hello</h1>;
export const Dashboard = () => {
return (