import React from 'react' import { ExampleComponent } from '../components' const ExamplePageView = () => { return ( <>
someother TSX here
) } export default ExamplePageView