mirror of
https://github.com/SoPat712/A2ZSoftware.git
synced 2025-08-21 18:28:46 -04:00
all
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import "clsx";
|
||||
function _layout($$payload, $$props) {
|
||||
let { children } = $$props;
|
||||
children($$payload);
|
||||
$$payload.out += `<!---->`;
|
||||
}
|
||||
export {
|
||||
_layout as default
|
||||
};
|
Reference in New Issue
Block a user