minified theme button js

This commit is contained in:
Parker TenBroeck 2026-05-01 11:33:51 -04:00
parent 5df85e391a
commit 2e21eb15d3
3 changed files with 18 additions and 16 deletions

View file

@ -9,6 +9,9 @@ category = ["project"]
+++
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/generators)
<!--
With the release of Java 24 came the official Class-File API giving a stable and (relatively) ergonomic interface for reading, modifying, and writing java classes/bytecode at runtime with no external dependencies. Seeing this I decided to play around with it and see what fun I could have.
@ -47,7 +50,6 @@ Sometimes it's
# Injection
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/generators)
@ -83,4 +85,6 @@ public static Gen<Long, Void> primes() {
Gen.yield(number);
}
}
```
```
-->