From 2d897718c5477aa5baca188e501b77867a071bb6 Mon Sep 17 00:00:00 2001 From: Jeremiah Petersen <118206017+JeremiahPetersen@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:54:20 -0800 Subject: [PATCH] Update App.js added filetypes 'svg' 'cs' --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index 5c651b05..f4b526b5 100644 --- a/src/App.js +++ b/src/App.js @@ -17,6 +17,7 @@ function App() { '.java', '.cpp', '.c', + '.cs', '.php', '.rb', '.xml', @@ -48,6 +49,7 @@ function App() { '.scala', '.scm', '.sln', + '.svg', '.vb', '.vbs', '.xhtml',