From 660793395b8d638e071ff045fe145b4389565e93 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 2 May 2022 17:24:46 +0200 Subject: [PATCH] test commit --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index e67c09b8..178bbe1f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,7 @@ import { MediaView } from "./views/MediaView"; import { SearchView } from "./views/SearchView"; function App() { + const test = "abasdf"; return (