mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
refactor: relocate generic components
This commit is contained in:
@@ -3,8 +3,8 @@ import { Modal } from '@/components/modal';
|
||||
import { FaPlay, FaUndo } from 'react-icons/fa/index';
|
||||
import { useSoundStore } from '@/store';
|
||||
|
||||
import { Button } from '@/components/generic/button';
|
||||
import { Timer } from '@/components/generic/timer';
|
||||
import { Button } from '@/components/toolbox/generics/button';
|
||||
import { Timer } from '@/components/timer';
|
||||
|
||||
import styles from './sleep-timer.module.css';
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ import { FaUndo, FaPlay, FaPause } from 'react-icons/fa/index';
|
||||
import { IoMdSettings } from 'react-icons/io/index';
|
||||
|
||||
import { Modal } from '@/components/modal';
|
||||
import { Button } from '@/components/generic/button';
|
||||
import { Timer } from '@/components/generic/timer';
|
||||
import { Button } from '../generics/button';
|
||||
import { Timer } from '@/components/timer';
|
||||
import { Tabs } from './tabs';
|
||||
import { Setting } from './setting';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user