From bddc48b7f043716427b1bebcf7632379b178c114 Mon Sep 17 00:00:00 2001 From: 25Ericcheong Date: Sat, 18 May 2024 18:52:29 +0800 Subject: [PATCH] fix: Name in file out of sync between vscode and git --- src/util/{Image.ts => image.ts} | 1 + 1 file changed, 1 insertion(+) rename src/util/{Image.ts => image.ts} (87%) diff --git a/src/util/Image.ts b/src/util/image.ts similarity index 87% rename from src/util/Image.ts rename to src/util/image.ts index efe877e..fa9af78 100644 --- a/src/util/Image.ts +++ b/src/util/image.ts @@ -1,3 +1,4 @@ +// used to get image url of files to be used in multiple components export function getImageUrl( imageName: string, outerDir: string,