diff options
Diffstat (limited to 'src/components/ErrorBoundaryFallback.tsx')
| -rw-r--r-- | src/components/ErrorBoundaryFallback.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ErrorBoundaryFallback.tsx b/src/components/ErrorBoundaryFallback.tsx index bbaf2d7..7ab7d06 100644 --- a/src/components/ErrorBoundaryFallback.tsx +++ b/src/components/ErrorBoundaryFallback.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import s0 from './ErrorBoundaryFallback.module.css'; +import s0 from './ErrorBoundaryFallback.module.scss'; import SvgGithub from './SvgGithub'; import SvgYacd from './SvgYacd'; const yacdRepoIssueUrl = 'https://github.com/haishanh/yacd/issues'; |
