From fea12ce45e82867f54e320e424694433a9a88324 Mon Sep 17 00:00:00 2001 From: hyoban Date: Sun, 20 Oct 2024 04:18:52 +0000 Subject: [PATCH] chore: auto-fix linting and formatting issues --- apps/renderer/src/pages/(main)/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/renderer/src/pages/(main)/layout.tsx b/apps/renderer/src/pages/(main)/layout.tsx index 2a80f63357..6c60bd899f 100644 --- a/apps/renderer/src/pages/(main)/layout.tsx +++ b/apps/renderer/src/pages/(main)/layout.tsx @@ -3,7 +3,8 @@ import { repository } from "@pkg" import { Slot } from "@radix-ui/react-slot" import { throttle } from "lodash-es" import type { PropsWithChildren } from "react" -import React, { forwardRef, lazy, Suspense, useEffect, useRef, useState } from "react" +import * as React from "react" +import { forwardRef, lazy, Suspense, useEffect, useRef, useState } from "react" import { useHotkeys } from "react-hotkeys-hook" import { Trans, useTranslation } from "react-i18next" import { useResizable } from "react-resizable-layout"