mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-15 10:11:27 +08:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
import raw from "!!raw-loader!./raw.dart";
|
|
import codegen from "!!raw-loader!./codegen.dart";
|
|
|
|
export default { raw, codegen };
|