This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
afe2512eff
embark
/
embark-ui
/
src
/
components
/
NoMatch.js
8 lines
98 B
JavaScript
Raw
Blame
History
import
React
from
'react'
;
const
NoMatch
=
(
)
=>
(
<
p
>
No
Match
<
/
p
>
)
;
export
default
NoMatch
;
Reference in New Issue
View Git Blame
Copy Permalink