We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03558f commit 5641a21Copy full SHA for 5641a21
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';
@@ -210,4 +210,4 @@ const App: React.FC = () => {
210
);
211
};
212
213
-export default App;
+export default App;
0 commit comments