We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacc9a7 commit c3d3e5bCopy full SHA for c3d3e5b
components/description/Description.tsx
@@ -1,6 +1,5 @@
1
import React, { useEffect, useRef, useState } from 'react';
2
import style from './description.module.scss';
3
-import colors from '../../styles/colors';
4
5
const Description = ({ descriptionOutput, descriptionHeight }) => {
6
const myRef = useRef(null);
0 commit comments