1
2
3
4
5
6
|
/// The real frq, with the Nim core as its transport.
///
/// Not to be confused with `main_nim.dart`, which is the earlier spike where
/// Nim owned the screens too. This one keeps every screen, every cell and
/// every action exactly as they are and swaps only what is underneath them.
export "cljd-out/frq/main-nim.dart" show main;
|