summaryrefslogtreecommitdiff
path: root/frontend/src/pages
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-29 13:18:37 +0100
committerGitHub <noreply@github.com>2020-10-29 13:18:37 +0100
commitcb50c427098cd73b0d4de930d35c5976f2ae919f (patch)
tree7906ae4c1620670e74f89a4649c8eac215ca087f /frontend/src/pages
parent93fa55749c40ed1f1a7bee9157bce81708988656 (diff)
parent59bbe732cd83595b8114971d1baa802ef8cb95cc (diff)
Merge pull request #54 from atlarge-research/build/frontend
Simplify and optimize frontend build process
Diffstat (limited to 'frontend/src/pages')
-rw-r--r--frontend/src/pages/Home.js2
-rw-r--r--frontend/src/pages/NotFound.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Home.js b/frontend/src/pages/Home.js
index 5000ebfe..6fc940c0 100644
--- a/frontend/src/pages/Home.js
+++ b/frontend/src/pages/Home.js
@@ -9,7 +9,7 @@ import StakeholderSection from '../components/home/StakeholderSection'
import TeamSection from '../components/home/TeamSection'
import TechnologiesSection from '../components/home/TechnologiesSection'
import HomeNavbar from '../components/navigation/HomeNavbar'
-import './Home.css'
+import './Home.sass'
function Home() {
return (
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">