From 1dc8b53f7619deadaf36108d9015e060cc22fe11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20D=C3=BCcker?= Date: Fri, 14 Jan 2022 10:31:21 +0100 Subject: [PATCH] fix: Correct import to fix application error --- custom/live-streaming/components/LiveStreamingModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/live-streaming/components/LiveStreamingModal.js b/custom/live-streaming/components/LiveStreamingModal.js index 698f0d4..d877d67 100644 --- a/custom/live-streaming/components/LiveStreamingModal.js +++ b/custom/live-streaming/components/LiveStreamingModal.js @@ -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';