From 8c2b2cee1f8701479bafbd69069847e50e8f0d67 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Nov 2022 04:30:51 +0300 Subject: webpack -> postcss+esbuild --- vnext/src/ui/Button.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'vnext/src/ui/Button.js') diff --git a/vnext/src/ui/Button.js b/vnext/src/ui/Button.js index 3e49224d..2c315e46 100644 --- a/vnext/src/ui/Button.js +++ b/vnext/src/ui/Button.js @@ -1,7 +1,5 @@ import { memo } from 'react'; -import './Button.css'; - /** * @param {import('react').ClassAttributes & import('react').ButtonHTMLAttributes} props */ -- cgit v1.2.3