[site,bugfix][xs]: correct import of Layout (layout => Layout) following 88fb3c63bd61ca829b6121cbd6597654fbe05640.

This commit is contained in:
Rufus Pollock 2021-07-28 23:41:41 +02:00
parent 2a5c05fbf8
commit 4aac713387

View File

@ -1,4 +1,4 @@
import Layout from '../components/layout'
import Layout from '../components/Layout'
export default function Home() {