Skip to content

Commit

Permalink
chore: auto-fix linting and formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored and github-actions[bot] committed Oct 20, 2024
1 parent 1dd8b3f commit fea12ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/renderer/src/pages/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fea12ce

Please sign in to comment.