mirror of https://github.com/status-im/consul.git
14 lines
420 B
JavaScript
14 lines
420 B
JavaScript
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>
|
|
)
|
|
}
|