From 7c0c57015e59c32e5fe92742d737f5176c938142 Mon Sep 17 00:00:00 2001 From: honzapatCZ Date: Sat, 12 Oct 2024 15:41:27 +0200 Subject: [PATCH] nrc --- Parts/DropDown.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Parts/DropDown.tsx b/Parts/DropDown.tsx index 06d15bb..70b1fef 100644 --- a/Parts/DropDown.tsx +++ b/Parts/DropDown.tsx @@ -2,7 +2,8 @@ import React, { cloneElement, isValidElement, useEffect, useImperativeHandle, us import { createPopper, Placement } from "@popperjs/core"; import { usePopper } from 'react-popper'; -import tw, { styled } from "twin.macro" +import styled from "styled-components"; +import tw from "twin.macro" import { colors, colorsDisabled, colorsHover, textColors, textColorsHover } from "./Colors";