From 33932ee255481fb8aa531afbfcf1774595c17695 Mon Sep 17 00:00:00 2001
From: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
Date: Sat, 27 Apr 2024 20:23:11 +0200
Subject: [PATCH] copilot leak
---
.idea/workspace.xml | 22 +++++-----------------
src/hooks/useTheme.js | 1 -
2 files changed, 5 insertions(+), 18 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ee9d35161..7252804c6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,19 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -68,7 +56,7 @@
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
- "git-widget-placeholder": "main",
+ "git-widget-placeholder": "feat/pluginPage",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "C:/Users/jacob/OneDrive/Desktop/Projects/sern/website",
"node.js.detected.package.eslint": "true",
@@ -154,7 +142,7 @@
-
+
1660418841831
@@ -371,7 +359,6 @@
-
@@ -396,7 +383,8 @@
-
+
+
diff --git a/src/hooks/useTheme.js b/src/hooks/useTheme.js
index fa411c6eb..a7fd52ac0 100644
--- a/src/hooks/useTheme.js
+++ b/src/hooks/useTheme.js
@@ -1,4 +1,3 @@
-/* make a react hook which checks the data-theme */
import { useEffect, useState } from "react";
export default function useTheme() {