feat: added drone
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