mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-21 08:07:44 +00:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
//require("./show_hide.js");
|
|
|
|
import { ShowHide } from "./show_hide.js";
|
|
|
|
export { ShowHide };
|