mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-12 22:45:13 +01:00
4 lines
138 B
Dart
4 lines
138 B
Dart
|
library dev.abmgrt.shlink_app.globals;
|
||
|
import 'package:shlink_app/API/ServerManager.dart';
|
||
|
|
||
|
ServerManager serverManager = ServerManager();
|