From 3e4e9e059f96b82b4e595ba0f4dea2a9b3b9f428 Mon Sep 17 00:00:00 2001 From: TK Date: Fri, 19 Apr 2024 17:23:11 -0300 Subject: [PATCH] * --- coding_interviews/frontend/react/useStateWithHistory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coding_interviews/frontend/react/useStateWithHistory.js b/coding_interviews/frontend/react/useStateWithHistory.js index 9371f12..c3f3f96 100644 --- a/coding_interviews/frontend/react/useStateWithHistory.js +++ b/coding_interviews/frontend/react/useStateWithHistory.js @@ -1,4 +1,4 @@ -import React, { useState } from 'react'; +import { useState } from 'react'; function useStateWithHistory(initialState) { const [history, setHistory] = useState(