ags/widget/Hyprland/index.ts
2025-04-04 09:49:43 -04:00

7 lines
90 B
TypeScript

import Client from "./client";
const Hyprland = {
Client,
};
export default Hyprland;