Skip to content

Commit c3d3e5b

Browse files
committed
remove un used import
1 parent eacc9a7 commit c3d3e5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/description/Description.tsx

-1
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)