Skip to content

Commit 249b7a6

Browse files
committed
remove un used import
1 parent 94c032f commit 249b7a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/description/Description.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { useEffect, useRef, useState } from 'react';
22
import style from './description.module.scss';
3-
import colors from '../../styles/colors';
43

54
const Description = ({ descriptionOutput, descriptionHeight }) => {
65
const myRef = useRef(null);

0 commit comments

Comments
 (0)