diff --git a/src/App.tsx b/src/App.tsx index b0d2241..bce0a0d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,20 +7,20 @@ import { Paper, TextField, Typography, -} from '@mui/material' -import ModalContainer from 'react-modal-promise' +} from "@mui/material" +import ModalContainer from "react-modal-promise" import { EditApplicationDialog, NewApplicationDialog, -} from './components/ApplicationDialog' -import { DeploymentDialog } from './components/DeploymentDialog' -import { EnvironmentsView } from './components/EnvironmentsView' -import { ManageApplicationsView } from './components/ManageApplicationsView' -import { ReleasesTableView } from './components/ReleasesTableView' -import { SelectApplicationView } from './components/SelectApplicationView' -import { SettingsDialog } from './components/SettingsDialog' -import WorkflowInfoView from './components/WorkflowInfoView' -import { useActions, useAppState } from './overmind' +} from "./components/ApplicationDialog" +import { DeploymentDialog } from "./components/DeploymentDialog" +import { EnvironmentsView } from "./components/EnvironmentsView" +import { ManageApplicationsView } from "./components/ManageApplicationsView" +import { ReleasesTableView } from "./components/ReleasesTableView" +import { SelectApplicationView } from "./components/SelectApplicationView" +import { SettingsDialog } from "./components/SettingsDialog" +import WorkflowInfoView from "./components/WorkflowInfoView" +import { useActions, useAppState } from "./overmind" const App = () => { const { token } = useAppState() @@ -29,7 +29,7 @@ const App = () => { - GitHub Deploy Center + GitHub Deploy Center! showSettings()}> settings @@ -54,14 +54,14 @@ const App = () => { ) : ( <> - Go to{' '} + Go to{" "} https://github.com/settings/tokens/new - {' '} - to create a new personal access token, and give it the{' '} + {" "} + to create a new personal access token, and give it the{" "} repo scope.