BlankLayout.jsx 102 B

12345
  1. import React from 'react';
  2. const Layout = ({ children }) => <>{children}</>;
  3. export default Layout;