We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac7b77 commit 62d5bc6Copy full SHA for 62d5bc6
1 file changed
App.tsx
@@ -1,4 +1,4 @@
1
-import React, { useState, useEffect, useRef } from 'react';
+import React, { useState, useRef } from 'react';
2
import { CalculatorMode, HistoryItem, MathResponse } from './types';
3
import Calculator from './components/Calculator';
4
import AIInterface from './components/AIInterface';
@@ -204,4 +204,4 @@ const App: React.FC = () => {
204
);
205
};
206
207
-export default App;
+export default App;
0 commit comments