UNPKG
pure-css
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A css module compatible version of purecss
github.com/StevenIseki/pure-css
StevenIseki/pure-css
pure-css
/
example
/
src
/
components
/
NotFound.js
9 lines
(7 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
export
default
function
NotFound
(
props
) {
return
(
<
div
className
=
'not-found'
>
</
div
>
) }