Skip to content

Commit

Permalink
fixed useEffect import
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseyliu committed Nov 29, 2023
1 parent ce07a71 commit fe84d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studywell-frontend/src/pages/MainScreen.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "../App.css";
import "../Timer.css";
import React, { useState } from "react";
import React, { useState, useEffect } from "react";
import Task from "../components/taskbar/Task";
import TaskBar from "../components/taskbar/TaskBar";
import Timer from "../components/timer/Timer";
Expand Down

0 comments on commit fe84d3d

Please sign in to comment.