Newer
Older
smart-home-server / webclient / src / js / components / screens / scripts / scripts.js
import { scopes } from "./scripts-scopes-screen.js";
import { regular } from "./scripts-regular-screen.js";
import { actions } from "./scripts-actions-screen.js";

export default {
	scopes,
	regular,
	actions
}