1
2
3
4
5
6
|
/// The real frq, with the Nim core as its transport.
///
/// Every screen, every cell and every action exactly as they are; only the
/// transport underneath them is Nim. `frq.main-nim` is `frq.main` with one
/// line changed.
export "cljd-out/frq/main-nim.dart" show main;
|