Skip to content

Commit

Permalink
updated useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Sep 25, 2023
1 parent 574a304 commit 80b47e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UpdatePage/UpdatePage.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { React, useState } from "react";
import { React, useState, useEffect } from "react";
import {
Flex,
Text,
Expand Down

0 comments on commit 80b47e7

Please sign in to comment.