aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/features/notifications/Notifications.kt
blob: 1f3a57234196acb79b62644fb0544290ccc6cdc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

package moe.nea.firmament.features.notifications

import moe.nea.firmament.features.FirmamentFeature

object Notifications  {
}