ds4/src/ds4.ts

10 lines
182 B
TypeScript
Raw Normal View History

2021-06-26 22:02:00 +02:00
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
import "../scss/ds4.scss";
2022-11-04 21:47:18 +01:00
import { registerForHooks } from "./hooks/hooks";
2020-12-23 16:52:20 +01:00
2021-03-16 08:22:27 +01:00
registerForHooks();