customer-dashboard/src/Pages/Store/Website/Banner/index.js

4 lines
63 B
JavaScript

export default function Banner() {
return <h1>Banner</h1>;
}