import Layout1 from "./Layout1"; /** * @namespace Layouts */ export { Layout1 }; export default { Layout1, };