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

4 lines
111 B
JavaScript

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