diff --git a/src/Accounts.tsx b/src/Accounts.tsx new file mode 100644 index 0000000..0f2c4ed --- /dev/null +++ b/src/Accounts.tsx @@ -0,0 +1,25 @@ +import type { FC } from 'hono/jsx'; +import Header from './Header'; +import Footer from './Footer'; + +export const Accounts: FC = () => { + return ( + <> +
+
+ + +
+