mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
refactor: relocate generic components
This commit is contained in:
parent
ae0cbf1aa3
commit
4adfb3ddc9
8 changed files with 4 additions and 4 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue