mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-12 00:46:27 +00:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class HardhatService {}
|