Adding tailwind as css library, build config and fetch posts fix
This commit is contained in:
@@ -3,6 +3,7 @@ import React from 'react'
|
||||
const IndexPage = () => (
|
||||
<div>
|
||||
<h1>Index page</h1>
|
||||
<p>Testing</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user