aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/TimelineLogo.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-10 16:34:09 +0800
committercrupest <crupest@outlook.com>2023-07-10 16:34:09 +0800
commit158b467fff07981b43af81f6520d3dba06baeffa (patch)
treec24d0e32fc09d3e94849812de977b517760cda95 /FrontEnd/src/views/common/TimelineLogo.tsx
parent4363f625025edeb19fb480a00e2e3b460c6091a9 (diff)
downloadtimeline-158b467fff07981b43af81f6520d3dba06baeffa.tar.gz
timeline-158b467fff07981b43af81f6520d3dba06baeffa.tar.bz2
timeline-158b467fff07981b43af81f6520d3dba06baeffa.zip
Run react-codemod update-react-imports
Diffstat (limited to 'FrontEnd/src/views/common/TimelineLogo.tsx')
-rw-r--r--FrontEnd/src/views/common/TimelineLogo.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/TimelineLogo.tsx b/FrontEnd/src/views/common/TimelineLogo.tsx
index 27d188fc..e06ed0f5 100644
--- a/FrontEnd/src/views/common/TimelineLogo.tsx
+++ b/FrontEnd/src/views/common/TimelineLogo.tsx
@@ -1,4 +1,5 @@
-import React, { SVGAttributes } from "react";
+import { SVGAttributes } from "react";
+import * as React from "react";
export interface TimelineLogoProps extends SVGAttributes<SVGElement> {
color?: string;