Skip to content

Commit

Permalink
remove the extra export from reset page
Browse files Browse the repository at this point in the history
  • Loading branch information
flamekiller22 committed Jan 10, 2024
1 parent be74cba commit aec547f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth/reset/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ResetForm } from "@/components/auth/reset-form";

export const ResetPage = () => {
const ResetPage = () => {
return (
<ResetForm />
)
Expand Down

0 comments on commit aec547f

Please sign in to comment.