import React from 'react'; function Registry() { return ( <>

Registry

); } export default Registry;