7 lines
90 B
TypeScript
7 lines
90 B
TypeScript
import Client from "./client";
|
|
|
|
const Hyprland = {
|
|
Client,
|
|
};
|
|
|
|
export default Hyprland;
|