mirror of
https://github.com/foss42/apidash.git
synced 2025-07-03 23:05:32 +08:00
Fix library name in better_networking.dart
Changed the library declaration from 'apidash_core' to 'better_networking' to match the package name.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
library apidash_core;
|
library better_networking;
|
||||||
|
|
||||||
export 'consts.dart';
|
export 'consts.dart';
|
||||||
export 'extensions/extensions.dart';
|
export 'extensions/extensions.dart';
|
||||||
|
Reference in New Issue
Block a user