Skip to content

Commit b7363b4

Browse files
committed
chore: update import statement for react-toastify to use syntax
1 parent ffa4ce2 commit b7363b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/Services/ToastManager/toastManager.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
@import 'react-toastify/dist/ReactToastify.css';
17+
@use 'react-toastify/dist/ReactToastify.css';
1818

1919
.Toastify {
2020
&__toast {

0 commit comments

Comments
 (0)