1
0
Fork 0
freesewing/sites/dev/components/layouts/default.mjs

5 lines
111 B
JavaScript
Raw Normal View History

export const ns = []
// This layout adds nothing
export const DefaultLayout = ({ children = [] }) => children