From 1de869c6f0b7b4974e7353dca0fd048909a95dad Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 10 Aug 2023 14:34:28 +0100 Subject: [PATCH] chore: add UI.ts to sln --- OliverBooth.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/OliverBooth.sln b/OliverBooth.sln index 80b49ba..e53130c 100644 --- a/OliverBooth.sln +++ b/OliverBooth.sln @@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ts", "ts", "{BB9F76AC-292A- src\ts\BlogPost.ts = src\ts\BlogPost.ts src\ts\Author.ts = src\ts\Author.ts src\ts\TimeUtility.ts = src\ts\TimeUtility.ts + src\ts\UI.ts = src\ts\UI.ts EndProjectSection EndProject Global