import React from 'react'

export const RoutingDecider = () => {
  return (
    <div>RoutingDecider</div>
  )
}
