code style fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import FourTwenty from "@components/FourTwenty/FourTwenty";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
import Card from "@/components/Card/Card";
|
||||
import {
|
||||
CardColumn,
|
||||
@@ -11,9 +11,7 @@ import Footer from "@/components/Footer/Footer";
|
||||
import Terminal from "@/components/Terminal/Terminal";
|
||||
import Timetable from "@/components/Timetable/Timetable";
|
||||
import Weather from "@/components/Weather/Weather";
|
||||
|
||||
import amogus from "/img/amogus.png";
|
||||
import FourTwenty from "@components/FourTwenty/FourTwenty";
|
||||
import style from "./style.module.css";
|
||||
|
||||
export default function Dashboard() {
|
||||
|
||||
Reference in New Issue
Block a user