Skip to content

Commit 62d5bc6

Browse files
authored
Update App.tsx
1 parent 7ac7b77 commit 62d5bc6

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';
@@ -204,4 +204,4 @@ const App: React.FC = () => {
204204
);
205205
};
206206

207-
export default App;
207+
export default App;

0 commit comments

Comments
 (0)