From 46b18442795ddc4f4c5c63a6ea4afc89ae2f301e Mon Sep 17 00:00:00 2001 From: singhAmandeep007 Date: Mon, 20 May 2024 22:54:19 +0530 Subject: [PATCH] chore: Update meta tag for Content-Security-Policy --- index.html | 4 ++++ src/Router.tsx | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a87e057..f135394 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,10 @@ + { - await fakeDelay(1000); const { HomePage } = await import("@/Pages/Home"); return { Component: HomePage,