Skip to content

Commit

Permalink
removes react import
Browse files Browse the repository at this point in the history
Signed-off-by: vsanghishetty <[email protected]>
  • Loading branch information
vishsanghishetty committed Dec 12, 2024
1 parent af090b9 commit fe49550
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/lib/AcmTimestamp.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Copyright Contributors to the Open Cluster Management project */

import React from 'react'
import { css } from '@emotion/css'
import { SimpleTimestamp } from './SimpleTimestamp'

Expand All @@ -23,4 +22,4 @@ const AcmTimestamp: React.FC<AcmTimestampProps> = ({ timestamp, simple }) => {
)
}

export default AcmTimestamp
export default AcmTimestamp

0 comments on commit fe49550

Please sign in to comment.