degmods.com/src/pages/search.tsx

4 lines
58 B
TypeScript
Raw Normal View History

export const SearchPage = () => {
return <h1>WIP</h1>
}