import Head from "./head"; import List from "./List"; function Bank({ data }) { return (
); } export default Bank;