diff options
Diffstat (limited to 'FrontEnd/src/views/common/TimelineLogo.tsx')
-rw-r--r-- | FrontEnd/src/views/common/TimelineLogo.tsx | 3 |
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; |