export const ns = [''] export const DefaultLayout = ({ children }) => (
{children}
)