Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #680 from rvermootenct/main
Browse files Browse the repository at this point in the history
refactor: rename mainView to ConferenceMainView
  • Loading branch information
saikatmitra91 authored Sep 29, 2023
2 parents eaa185b + b14d61d commit 4ea9353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/conference.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
useHMSStore,
} from "@100mslive/react-sdk";
import { Box, Flex } from "@100mslive/roomkit-react";
import { ConferenceMainView } from "../layouts/mainView";
import { ConferenceMainView } from "../layouts/ConferenceMainView";
import { Footer } from "./Footer";
import FullPageProgress from "./FullPageProgress";
import { Header } from "./Header";
Expand Down
File renamed without changes.

0 comments on commit 4ea9353

Please sign in to comment.