2021-06-26 22:02:00 +02:00
|
|
|
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
2021-11-30 17:30:25 +01:00
|
|
|
import "../scss/ds4.scss";
|
2022-02-17 00:55:22 +01:00
|
|
|
|
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();
|