From 995c436ffe4c0ecb824dfdf4127e8a913268366b Mon Sep 17 00:00:00 2001 From: Florian Schmid Date: Wed, 19 Apr 2023 21:54:42 +0200 Subject: [PATCH] add export declaration --- js/cpuRepository.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cpuRepository.js b/js/cpuRepository.js index 9e13d86..ec57ae7 100644 --- a/js/cpuRepository.js +++ b/js/cpuRepository.js @@ -1,4 +1,4 @@ -class CpuRepository { +export class CpuRepository { #cpuList; #currentCPU;