Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCloud-the committed Jul 19, 2024
1 parent 1d9d569 commit 6237efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {
useLayoutEffect,
ChangeEvent,
} from 'react';

Check failure on line 8 in src/renderer/App.tsx

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

'/home/runner/work/new-dawn/new-dawn/node_modules/react/index.js' imported multiple times

Check failure on line 8 in src/renderer/App.tsx

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

'/home/runner/work/new-dawn/new-dawn/node_modules/react/index.js' imported multiple times
import type { FC } from 'react'; // Add this import statement

Check failure on line 9 in src/renderer/App.tsx

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

'FC' is defined but never used

Check failure on line 9 in src/renderer/App.tsx

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

'FC' is defined but never used
import React from 'react';

Check failure on line 10 in src/renderer/App.tsx

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

'/home/runner/work/new-dawn/new-dawn/node_modules/react/index.js' imported multiple times

Check failure on line 10 in src/renderer/App.tsx

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

'/home/runner/work/new-dawn/new-dawn/node_modules/react/index.js' imported multiple times
import Topbar from './Topbar';
import Editor from './editor/Editor';
import DeviceInfo from './DeviceInfo';
Expand Down

0 comments on commit 6237efe

Please sign in to comment.