UNPKG

@plurid/joiner

Version:
6 lines (5 loc) 151 B
import React from 'react'; export interface NotFoundProperties { } declare const NotFound: React.FC<NotFoundProperties>; export default NotFound;