ds4/src/ds4.ts

10 lines
178 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";
2021-03-16 07:42:00 +01:00
import registerForHooks from "./hooks/hooks";
2020-12-23 16:52:20 +01:00
2021-03-16 08:22:27 +01:00
registerForHooks();