mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-05-20 09:36:23 +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 };
|