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

Commit

Permalink
Merge branch 'main' into sync-webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
eswarclynn committed Dec 8, 2023
2 parents 1c14004 + 9f97658 commit 0138271
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}
],
"import/first": "error",
"no-nested-ternary": 1,
"import/no-duplicates": "error",
"simple-import-sort/imports": [
"error",
Expand Down
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 0138271

Please sign in to comment.