🚀 Move files

This commit is contained in:
Asim Shrestha
2023-04-07 13:25:43 -07:00
parent 6be650a5ce
commit 3ec6701fb4
6 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import React from "react";
import ChatWindow from "../components/ChatWindow";
import axios from "axios";
import Drawer from "../components/Drawer";
import Input from "../ui/input";
import Input from "../components/Input";
const Home: NextPage = () => {
const [loading, setLoading] = React.useState<boolean>(false);