Files
web-racket/main.rkt
Hans Dijkema f8057fccc5 Example further and also message box preparation.
NB. does not work currently with the linux flatpak stuff.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
2025-11-13 16:28:17 +01:00

14 lines
295 B
Racket

#lang racket/base
(require "private/web-racket.rkt"
"private/web-racket-version.rkt"
"settings/web-racket-ini.rkt"
)
(provide
(all-from-out "private/web-racket.rkt")
(all-from-out "private/web-racket-version.rkt")
(all-from-out "settings/web-racket-ini.rkt")
)