Skip to content

Commit

Permalink
删除result.jsx中未定义的组件
Browse files Browse the repository at this point in the history
  • Loading branch information
makuwa8992 committed Dec 28, 2023
1 parent ce3536c commit 132a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/result.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useContext } from 'react';
import { GlobalStateContext, SchemeDataSetterContext, UiSettingsSetterContext } from './contexts';
import { AutoSizedInput, ResultNum } from './auto_sized_input.jsx';
import { AutoSizedInput } from './auto_sized_input.jsx';
import { NplRows } from './natural_production_line';
import { HorizontalMultiButtonSelect, ItemIcon, Recipe } from './recipe';

Expand Down

0 comments on commit 132a8a4

Please sign in to comment.