responsive page panel and add-doctor
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import Cards from "./cards";
|
||||
import Head from "./head";
|
||||
import List from "./List";
|
||||
|
||||
@@ -6,6 +7,7 @@ function Bank({ data }) {
|
||||
<div className="opacity-page">
|
||||
<Head />
|
||||
<List data={data} loading={false} />
|
||||
<Cards data={data} loading={false} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user