Skip to content

Commit

Permalink
Update examples/nextjs/pages/minimal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Schell <[email protected]>
  • Loading branch information
lukasIO and Ocupe authored Aug 15, 2023
1 parent 8cb97ae commit 15aae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs/pages/minimal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { setLogLevel } from '@livekit/components-core';
import { LiveKitRoom, useToken, VideoConference } from '@livekit/components-react';
import { RoomConnectOptions, RoomOptions } from 'livekit-client';
import { RoomConnectOptions } from 'livekit-client';
import type { NextPage } from 'next';

const MinimalExample: NextPage = () => {
Expand Down

0 comments on commit 15aae9f

Please sign in to comment.