Skip to content

Commit

Permalink
build & deploy to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindra Mohith P authored and Ravindra Mohith P committed Aug 9, 2024
1 parent a996edd commit 00b64ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ChatHeader } from "@/components/chat/chat-header";
import { db } from "@/lib/db";
import ChatInput from "@/components/chat/chat-input";
import ChatMessages from "@/components/chat/chat-messages";
import { ChannelType } from "./../node_modules/.prisma/client";
import { ChannelType } from "../../../../../../../node_modules/.prisma/client";
import { MediaRoom } from "@/components/media-room";

interface ChannelIdPageProps {
Expand Down

0 comments on commit 00b64ba

Please # to comment.