mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 11:27:50 +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 'extensions/extensions.dart';
|
||||
|
||||
Reference in New Issue
Block a user