diff options
author | Vitaly Takmazov | 2022-11-06 04:30:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 8c2b2cee1f8701479bafbd69069847e50e8f0d67 (patch) | |
tree | da01fcbc17b705a74cb4b37b1b06d4b30dbaab29 /vnext/src/ui/Button.js | |
parent | 7b14a8f3faf7672f0aefbf93d5c37f62a169b535 (diff) |
webpack -> postcss+esbuild
Diffstat (limited to 'vnext/src/ui/Button.js')
-rw-r--r-- | vnext/src/ui/Button.js | 2 |
1 files changed, 0 insertions, 2 deletions
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<HTMLButtonElement> & import('react').ButtonHTMLAttributes<HTMLButtonElement>} props */ |