Added named component braces back to named component import

This commit is contained in:
Kimberlee Johnson 2021-10-05 14:58:12 -07:00
parent 9f88c5487e
commit 5c68dd2643
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
import DailyIframe from '@daily-co/daily-js';
import React, { useCallback, useEffect, useRef, useState } from 'react';
import { useCallback, useEffect, useRef, useState } from 'react';
import { writeText } from 'clipboard-polyfill';
import { Button } from '@custom/shared/components/Button';
import Button from '@custom/shared/components/Button';
import {
Card,
CardBody,
CardHeader,
CardFooter,
} from '@custom/shared/components/Card';
import TextInput from '@custom/shared/components/Input';
import { TextInput } from '@custom/shared/components/Input';
import ExpiryTimer from '../components/ExpiryTimer';
const CALL_OPTIONS = {