aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/about/About.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/about/About.tsx')
-rw-r--r--Timeline/ClientApp/src/app/about/About.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/about/About.tsx b/Timeline/ClientApp/src/app/about/About.tsx
index 751fca14..519eef18 100644
--- a/Timeline/ClientApp/src/app/about/About.tsx
+++ b/Timeline/ClientApp/src/app/about/About.tsx
@@ -1,11 +1,11 @@
import React from "react";
import { useTranslation, Trans } from "react-i18next";
+import AppBar from "../common/AppBar";
+
import authorAvatarUrl from "./author-avatar.png";
import githubLogoUrl from "./github.png";
-import AppBar from "../common/AppBar";
-
const frontendCredits: {
name: string;
url: string;