Skip to content

Commit e360a9d

Browse files
committed
fix this missing import
1 parent d8cb320 commit e360a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/home/ServerList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import SidebarCallControl from '@/components/home/SidebarCallControl';
2121
import { ConnectionState } from 'livekit-client';
2222
import { useConnectionState } from '@livekit/components-react';
2323
import MobileCallControls from './mobile/MobileCallControls';
24-
import { ServerSettingsTooltip } from '@/components/Tooltips/ServerSettingsTooltip';
24+
2525
export default function ServerList() {
2626
//TODO: Display default page (when user belongs to and has no servers)
2727

0 commit comments

Comments
 (0)