UNPKG

cspace-ui

Version:
10 lines (8 loc) 133 B
import React from 'react'; export default function NotFoundPage() { return ( <div> <h2>Not found</h2> </div> ); }