8 lines
94 B
TypeScript
8 lines
94 B
TypeScript
export default function Favorites() {
|
|
return (
|
|
<>
|
|
<p>Favorites</p>
|
|
</>
|
|
);
|
|
}
|