Skip to content

Commit

Permalink
import useeffect in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshtiwari001 committed Oct 13, 2023
1 parent 02b3b6e commit 8ef93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState } from "react";
import { useState, useEffect } from "react";
import { TypeAnimation } from "react-type-animation";
import { TTS_API } from "../api";

Expand Down

0 comments on commit 8ef93f5

Please sign in to comment.