UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

10 lines (8 loc) 142 B
import React from 'react'; export default function NotFound() { return ( <article> <h1>Not found page</h1> </article> ); }