new page
This commit is contained in:
parent
0ee719fdc6
commit
19493a0d8b
|
|
@ -0,0 +1,7 @@
|
|||
import React from "react";
|
||||
|
||||
const Topup = () => {
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default Topup;
|
||||
Loading…
Reference in New Issue