Skip to content

Commit 5641a21

Browse files
authored
Update App.tsx
1 parent f03558f commit 5641a21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useEffect, useRef } from 'react';
1+
import React, { useState, useRef } from 'react';
22
import { CalculatorMode, HistoryItem, MathResponse } from './types';
33
import Calculator from './components/Calculator';
44
import AIInterface from './components/AIInterface';
@@ -210,4 +210,4 @@ const App: React.FC = () => {
210210
);
211211
};
212212

213-
export default App;
213+
export default App;

0 commit comments

Comments
 (0)