import UseCaseLayout from '../../layouts/use-cases'
import TempUseCaseChildren from './_temp-children'

export default function NetworkMiddlewareAutomationPage() {
  return (
    <UseCaseLayout
      title="Network Middleware Automation"
      description="Use Service Discovery to automate updates to complex network load balancer and firewall platforms."
    >
      <TempUseCaseChildren />
    </UseCaseLayout>
  )
}