mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-22 15:33:48 +00:00
Consolidate all service definitions in one module
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import type Bottle from 'bottlejs';
|
||||
import { AppFactory } from '../App';
|
||||
|
||||
export const provideServices = (bottle: Bottle) => {
|
||||
// Components
|
||||
bottle.factory('App', AppFactory);
|
||||
};
|
||||
Reference in New Issue
Block a user