add export declaration

This commit is contained in:
Florian Schmid 2023-04-19 21:54:42 +02:00
parent a9bb5a3fdb
commit 995c436ffe

View File

@ -1,4 +1,4 @@
class CpuRepository {
export class CpuRepository {
#cpuList;
#currentCPU;