Account edit files

This commit is contained in:
2026-04-29 12:44:21 -04:00
parent ae0500a799
commit 5c8f96d92a
6 changed files with 229 additions and 84 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react'
import AccountEditCom from "../components/account_edit/AccountEditCom";
export default function AccountEditPage() {
return (
<AccountEditCom />
)
}