Merge pull request #66 from mduecker/live-streaming-fix

This commit is contained in:
Harshith Pabbati 2022-01-27 23:35:17 +05:30 committed by GitHub
commit e1f31b0494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import { Button } from '@custom/shared/components/Button';
import Button from '@custom/shared/components/Button';
import { CardBody } from '@custom/shared/components/Card';
import Field from '@custom/shared/components/Field';
import { TextInput, SelectInput } from '@custom/shared/components/Input';