(fix): actually migrate all the imports from tensamin/ui to methanium/ui
(feat): update legal loading screen
This commit is contained in:
parent
f9f8d5c6c1
commit
25c7ee7c26
54 changed files with 71 additions and 87 deletions
|
|
@ -3,7 +3,7 @@ import VideoViewer from "./videoViewer";
|
|||
import { useLocation } from "@tanstack/react-router";
|
||||
import { getRoom, stopWatchingStream, useCall } from "../store";
|
||||
import { useState, useRef, useEffect, useCallback } from "react";
|
||||
import { Button, cn } from "@tensamin/ui";
|
||||
import { Button, cn } from "@methanium/ui";
|
||||
import { ScreenShareOff } from "lucide-react";
|
||||
|
||||
function getTrackPublicationBySource(
|
||||
|
|
|
|||
Loading…
Reference in a new issue