diff --git a/src/smart-components/CreateChannel/components/CreateChannelUI/create-channel-ui.scss b/src/smart-components/CreateChannel/components/CreateChannelUI/create-channel-ui.scss deleted file mode 100644 index 45a533cd0..000000000 --- a/src/smart-components/CreateChannel/components/CreateChannelUI/create-channel-ui.scss +++ /dev/null @@ -1 +0,0 @@ -@import '../../../../styles/variables'; diff --git a/src/smart-components/CreateChannel/components/CreateChannelUI/index.tsx b/src/smart-components/CreateChannel/components/CreateChannelUI/index.tsx index eb6a5f4a0..06881c541 100644 --- a/src/smart-components/CreateChannel/components/CreateChannelUI/index.tsx +++ b/src/smart-components/CreateChannel/components/CreateChannelUI/index.tsx @@ -1,5 +1,3 @@ -import './create-channel-ui.scss'; - import React from 'react'; import { useCreateChannelContext } from '../../context/CreateChannelProvider'; diff --git a/src/smart-components/OpenChannel/components/OpenChannelInput/index.tsx b/src/smart-components/OpenChannel/components/OpenChannelInput/index.tsx index 4352b0cf2..fc0a1f3fc 100644 --- a/src/smart-components/OpenChannel/components/OpenChannelInput/index.tsx +++ b/src/smart-components/OpenChannel/components/OpenChannelInput/index.tsx @@ -1,5 +1,3 @@ -import './open-channel-input.scss'; - import React, { useContext } from 'react'; import { LocalizationContext } from '../../../../lib/LocalizationContext'; import MessageInput from '../../../../ui/MessageInput'; diff --git a/src/smart-components/OpenChannel/components/OpenChannelInput/open-channel-input.scss b/src/smart-components/OpenChannel/components/OpenChannelInput/open-channel-input.scss deleted file mode 100644 index e69de29bb..000000000