deisgn page account bank header
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Head from "./head";
|
||||
|
||||
function Bank() {
|
||||
return (
|
||||
<div>
|
||||
<Head />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Bank;
|
||||
Reference in New Issue
Block a user