5 lines
135 B
TypeScript
Raw Normal View History

import React from 'react';
import { Page } from './Page';
export const SearchPage = () => <Page title="Search Results">{null}</Page>;