Use .module.css extension for CSS Modules

This commit is contained in:
Jason Miller
2020-08-12 18:14:16 -04:00
parent d0f5d5a644
commit 3f0e31c529
37 changed files with 34 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
import * as style from './styles.css';
import * as style from './styles.module.css';
export interface SnackOptions {
timeout?: number;