UNPKG

@nlabs/gothamjs

Version:
8 lines (7 loc) 246 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ import { FC } from 'react'; export declare const NotFoundView: FC; export default NotFoundView;