Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 1f1da5c

Browse files
author
Douglas Lerner
committed
chore: remove useless scss imports from components
1 parent edd8824 commit 1f1da5c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Callout/Callout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import classNames from 'classnames'
22
import React, { CSSProperties } from 'react'
33

44
import { ColorVariant } from '../../interfaces'
5-
import './callout.scss'
65

76
interface Props {
87
/**

src/components/Toaster/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { ToastContainer, toast, Slide } from 'react-toastify'
33

44
import { titleWithMessage, titleWithoutMessage } from './components'
55
import { ToastProps, ToasterProps } from './interfaces'
6-
import './toaster.scss'
76

87
export const Toast: any = (
98
type: ToastProps['type'],

0 commit comments

Comments
 (0)