Files
classquiz-ai/frontend/src/lib/components/popover/smalltop.ts
T
2023-06-30 13:16:12 +02:00

10 lines
175 B
TypeScript

// SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
//
// SPDX-License-Identifier: MPL-2.0
/* eslint-disable no-unused-vars */
export enum PopoverTypes {
Copy,
GameInLobby
}