Skip to content

Commit

Permalink
fix: give the component a name, because it likes that
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Oct 24, 2023
1 parent 0898a56 commit e1b189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/plans/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Plans from '@/components/Plans'
export default function () {
export default function PlansComponent () {
return (
<div className='flex flex-col items-center'>
<h1 className='text-4xl'>Plans</h1>
Expand Down

0 comments on commit e1b189d

Please sign in to comment.