refactored

This commit is contained in:
randogoth 2025-02-02 21:43:12 +02:00
parent 471dbad6aa
commit f039d394a5
12 changed files with 29 additions and 23 deletions

View file

@ -1,6 +0,0 @@
// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}