Files
fakemoney/client/src/app/services/data.ts
2026-03-05 23:39:42 +01:00

7 lines
112 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root',
})
export class DataService {}