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