Skip to content

Commit

Permalink
feedback-rating-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Oct 17, 2024
1 parent 938f831 commit d9e8edb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/feedback/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react';

const Feedback = () => {
return (
<iframe src="https://forms.gle/Wvsp9N8TDF1WPStq9" width="100%" height="600">
Loading…
</iframe>
)
}

export default Feedback;

0 comments on commit d9e8edb

Please sign in to comment.