diff --git a/notes-aid/src/app/feedback/page.tsx b/notes-aid/src/app/feedback/page.tsx new file mode 100644 index 0000000..40aa5c8 --- /dev/null +++ b/notes-aid/src/app/feedback/page.tsx @@ -0,0 +1,38 @@ +// src/app/feedback/page.tsx + +import React from 'react'; + +const FeedbackPage = () => { + return ( +
+ Having trouble loading the form?{' '} + + Open it in a new tab + +
+