Skip to content

Commit f3d774d

Browse files
committed
update: removed survey modal
1 parent c91f5d8 commit f3d774d

File tree

4 files changed

+0
-575
lines changed

4 files changed

+0
-575
lines changed

src/App.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ import GithubActivityGraphPage from "./Pages/Components/Data Display/GithubActiv
131131
import ComparisonCardPage from "./Pages/Components/Surfaces/ComparisonCardPage.jsx";
132132
import LazyImagePackagePlaygroundPage from "./Pages/LazyImagePackagePlaygroundPage.jsx";
133133
import usePageTracking from "./CustomHooks/usePageTracking.js";
134-
import QuickSurveyModal from "./Shared/QuickSurvey/QuickSurveyModal.jsx";
135134

136135

137136
const App = () => {
@@ -165,7 +164,6 @@ const App = () => {
165164

166165
return (
167166
<>
168-
<QuickSurveyModal/>
169167
<Suspense>
170168
<MenuProvider>
171169
{/* all routes */}

src/Shared/QuickSurvey/QuickSurveyModal.jsx

Lines changed: 0 additions & 348 deletions
This file was deleted.

src/Shared/QuickSurvey/RadioInput.jsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)