UNPKG

backend_dashboard-utils

Version:

A utility for allowing other components of HolyCorn Software's code easily integrate with the backend_dashboard faculty

8 lines (6 loc) 210 B
/** * Copyright 2022 HolyCorn Software * The module allows other faculties to easily intergrate with the backend_dashboard faculty */ import addScripts from "./addScript.mjs"; export default { addScripts }