mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
9 lines
143 B
TypeScript
9 lines
143 B
TypeScript
import WishlistManager from '@/components/WishlistManager'
|
|
|
|
export default function WishlistPage() {
|
|
return (
|
|
<WishlistManager />
|
|
)
|
|
}
|
|
|