Skip to content

Commit a2b9512

Browse files
sravan-sSravan S
andauthored
fix: Remove empty CSS file to fix source map warning (#149)
Co-authored-by: Sravan S <[email protected]>
1 parent 7d80383 commit a2b9512

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

src/smart-components/CreateChannel/components/CreateChannelUI/create-channel-ui.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/smart-components/CreateChannel/components/CreateChannelUI/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './create-channel-ui.scss';
2-
31
import React from 'react';
42

53
import { useCreateChannelContext } from '../../context/CreateChannelProvider';

src/smart-components/OpenChannel/components/OpenChannelInput/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './open-channel-input.scss';
2-
31
import React, { useContext } from 'react';
42
import { LocalizationContext } from '../../../../lib/LocalizationContext';
53
import MessageInput from '../../../../ui/MessageInput';

src/smart-components/OpenChannel/components/OpenChannelInput/open-channel-input.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)