From 6c9f337a228d7806cd3c1242387720e05e9cab6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 7 Jan 2025 10:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0TintsShades=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=AD=E7=BB=84=E4=BB=B6=E6=89=80=E5=9C=A8=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=9A=84=E5=90=8D=E5=AD=97=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-components/{TintsShades => tints-shades}/shades.tsx | 0 src/page-components/{TintsShades => tints-shades}/tints.tsx | 0 src/pages/TintsShades.tsx | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/page-components/{TintsShades => tints-shades}/shades.tsx (100%) rename src/page-components/{TintsShades => tints-shades}/tints.tsx (100%) diff --git a/src/page-components/TintsShades/shades.tsx b/src/page-components/tints-shades/shades.tsx similarity index 100% rename from src/page-components/TintsShades/shades.tsx rename to src/page-components/tints-shades/shades.tsx diff --git a/src/page-components/TintsShades/tints.tsx b/src/page-components/tints-shades/tints.tsx similarity index 100% rename from src/page-components/TintsShades/tints.tsx rename to src/page-components/tints-shades/tints.tsx diff --git a/src/pages/TintsShades.tsx b/src/pages/TintsShades.tsx index 8f4376d..883eba3 100644 --- a/src/pages/TintsShades.tsx +++ b/src/pages/TintsShades.tsx @@ -8,8 +8,8 @@ import { Labeled } from '../components/Labeled'; import { LabeledPicker } from '../components/LabeledPicker'; import { ScrollArea } from '../components/ScrollArea'; import { VSegmentedControl } from '../components/VSegmentedControl'; -import { Shades } from '../page-components/TintsShades/shades'; -import { Tints } from '../page-components/TintsShades/tints'; +import { Shades } from '../page-components/tints-shades/shades'; +import { Tints } from '../page-components/tints-shades/tints'; import { currentPickedColor } from '../stores/colors'; import styles from './TintsShades.module.css';