// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT-0
import React, { useEffect, useState } from "react";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import { store } from "./store";
import { Provider } from "react-redux";
import logo from "./ico_connect.svg";
import "./App.css";
import { AppLayout, HelpPanel, Icon, Link, TopNavigation } from "@awsui/components-react";
import HomeComponent from "./components/HomeComponent/HomeComponent";
import ResourcesComponent from "./components/ResourcesComponent/ResourcesComponent";
import FinishComponent from "./components/FinishComponent/FinishComponent";
import AuthComponent from "./components/AuthComponent/AuthComponent";
import axios from "axios";
const tools = {
title: "Experience Builder for Amazon Connect",
content:
Welcome to the Experience Builder for Amazon Connect!
This application will help you create your first customer experience with Amazon Connect. In a few clicks, you will be able to define and deploy an experience, without any prior knowledge of how things work in Amazon Connect.
While the application will create all the necessary contact flows and resources automatically, we encourage you to familiarize yourself with the concepts by clicking on the "Info" link in each section.