Skip to content

Commit

Permalink
wip: add adapter service
Browse files Browse the repository at this point in the history
  • Loading branch information
mathysth committed Mar 17, 2024
1 parent 3aa381c commit 6d55038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/adapters/adapter.service.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { injectable } from 'inversify';

@injectable()
export class AdapterService {
public async loadAdapter() {}
}

0 comments on commit 6d55038

Please sign in to comment.