/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
import {Image, Nav, Navbar, NavItem} from "react-bootstrap";
import * as React from "react";
const authComponents = {
Header: () => (
Operations Conductor on AWS
),
Footer: () => (
)
}
export default authComponents