4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
export const ns = []
|
|
|
|
// This layout adds nothing
|
|
export const DefaultLayout = ({ children = [] }) => children
|