summaryrefslogtreecommitdiff
path: root/src/components/Registry.tsx
blob: 7319560720ef41dbc7677810cbe5933eaf20c737 (plain)
1
2
3
4
5
6
7
8
9
function Registry() {
  return (
    <>
      <p>Registry</p>
    </>
  );
}

export default Registry;