mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-07 13:25:12 +02:00
IDK A
This commit is contained in:
@@ -22,7 +22,7 @@ function App() {
|
||||
<Route path="/features" element={<Features />} />
|
||||
<Route path="/download" element={<Download />} />
|
||||
<Route path="/developers" element={<Developers />} />
|
||||
<Route path="/privacy-policy" element={<PrivacyPolicy />} /> {/* Privacy Policy Route */}
|
||||
<Route path="/privacy-policy" element={<PrivacyPolicy />} />
|
||||
</Routes>
|
||||
</main>
|
||||
<CookieNotice />
|
||||
|
@@ -18,7 +18,11 @@
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
|
||||
/* Other options */
|
||||
"esModuleInterop": true, // Optional but recommended
|
||||
"types": ["react", "react-dom"] // Ensure React types are included
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user