aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/about
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-24 23:51:20 +0800
committercrupest <crupest@outlook.com>2020-08-24 23:51:20 +0800
commit8e297d2b659f447814e07676423e973f0f41e560 (patch)
treef35966a01abb5485c72af3ec4f727cd878ee6071 /Timeline/ClientApp/src/app/about
parentcc0cc154b9506d1961d08cb29fbc29ad815bad69 (diff)
downloadtimeline-8e297d2b659f447814e07676423e973f0f41e560.tar.gz
timeline-8e297d2b659f447814e07676423e973f0f41e560.tar.bz2
timeline-8e297d2b659f447814e07676423e973f0f41e560.zip
...
Diffstat (limited to 'Timeline/ClientApp/src/app/about')
-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;