diff options
Diffstat (limited to 'frontend/src/pages/NotFound.js')
| -rw-r--r-- | frontend/src/pages/NotFound.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/NotFound.js b/frontend/src/pages/NotFound.js index f72c7d01..72be7342 100644 --- a/frontend/src/pages/NotFound.js +++ b/frontend/src/pages/NotFound.js @@ -1,7 +1,7 @@ import React from 'react' import DocumentTitle from 'react-document-title' import TerminalWindow from '../components/not-found/TerminalWindow' -import './NotFound.css' +import './NotFound.sass' const NotFound = () => ( <DocumentTitle title="Page Not Found - OpenDC"> |
