Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed May 29, 2024
1 parent a188c48 commit 6b570b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/[locale]/dashboard/dashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";

import dynamic from "next/dynamic";
import { useTranslations } from "next-intl";
import React from "react";
import "@/lib/env";

Expand All @@ -11,8 +12,6 @@ import JoinBlock from "@/components/JoinBlock";
import { SummaryLinksProps } from "@/components/Summary";
import TitleBlock from "@/components/TitleBlock";

import { useTranslations } from "next-intl";

const Chart = dynamic(() => import("@/components/Chart"), {
ssr: false,
});
Expand Down

0 comments on commit 6b570b0

Please sign in to comment.