diff options
Diffstat (limited to 'frontend/src/components/not-found/CodeBlock.js')
| -rw-r--r-- | frontend/src/components/not-found/CodeBlock.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/not-found/CodeBlock.js b/frontend/src/components/not-found/CodeBlock.js index 6783d6a8..bcc522c9 100644 --- a/frontend/src/components/not-found/CodeBlock.js +++ b/frontend/src/components/not-found/CodeBlock.js @@ -1,5 +1,5 @@ import React from 'react' -import './CodeBlock.css' +import './CodeBlock.sass' const CodeBlock = () => { const textBlock = |
