diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-28 13:42:44 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-29 11:19:25 +0100 |
| commit | 0643532d5a5adeebf712fb7e0fecf5181baf8e77 (patch) | |
| tree | 73ab53e132a07c2e03b7d696d2d7d4264467ea76 /frontend/src/pages/NotFound.js | |
| parent | 93fa55749c40ed1f1a7bee9157bce81708988656 (diff) | |
Use built-in Sass support from Create React App
This change updates the frontend to use the built-in Sass support
provided by Create React App to simplify the development pipeline.
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"> |
