format code
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
import {MainCard} from "../components/MainCard";
|
||||
import {ContentBox} from "../components/ContentBox";
|
||||
import {Header} from "../components/Header";
|
||||
import {DateAndTime} from "../components/DateAndTime";
|
||||
import {Search} from "../components/Search";
|
||||
import {MetricsBox} from "../components/MetricsBox";
|
||||
import {UnitSwitch} from "../components/UnitSwitch";
|
||||
import {LoadingScreen} from "../components/LoadingScreen";
|
||||
import {ErrorScreen} from "../components/ErrorScreen";
|
||||
import { MainCard } from "../components/MainCard";
|
||||
import { ContentBox } from "../components/ContentBox";
|
||||
import { Header } from "../components/Header";
|
||||
import { DateAndTime } from "../components/DateAndTime";
|
||||
import { Search } from "../components/Search";
|
||||
import { MetricsBox } from "../components/MetricsBox";
|
||||
import { UnitSwitch } from "../components/UnitSwitch";
|
||||
import { LoadingScreen } from "../components/LoadingScreen";
|
||||
import { ErrorScreen } from "../components/ErrorScreen";
|
||||
|
||||
import styles from "../styles/Home.module.css";
|
||||
|
||||
@@ -82,4 +82,3 @@ export const App = () => {
|
||||
};
|
||||
|
||||
export default App;
|
||||
// execute
|
||||
|
||||
Reference in New Issue
Block a user