We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c032f commit 249b7a6Copy full SHA for 249b7a6
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