更新TintsShades页面中组件所在目录的名字。

This commit is contained in:
徐涛 2025-01-07 10:55:06 +08:00
parent 996906488e
commit 6c9f337a22
3 changed files with 2 additions and 2 deletions

View File

@ -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';