Skip to content

Commit

Permalink
fix: Fixed ESLint Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Mar 23, 2024
1 parent 211f872 commit 06416e6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions apps/web/src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,12 @@ import {
import { ScrollArea, ScrollBar } from "@weatherio/ui/scroll-area";
import { Skeleton } from "@weatherio/ui/skeleton";

import type { WindSpeedUnitType } from "~/states";
import Layout from "~/components/Layout";
import { MoonPhaseInfo } from "~/components/moon-phase-info";
import { api } from "~/lib/utils/api";
import { getLocaleProps, useScopedI18n } from "~/locales";
import {
activeCity$,
temperatureUnit$,
windSpeedUnit$,
WindSpeedUnitType,
} from "~/states";
import { activeCity$, temperatureUnit$, windSpeedUnit$ } from "~/states";

const Map = dynamic(() => import("@weatherio/ui/map"), { ssr: false });

Expand Down

0 comments on commit 06416e6

Please sign in to comment.