mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
refactor: relocate folders
This commit is contained in:
parent
a4a31dd43e
commit
f3cea66847
35 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { AnimatePresence } from 'framer-motion';
|
||||
|
||||
import { Category } from '@/components/category';
|
||||
import { Category } from './category';
|
||||
import { Donate } from './donate';
|
||||
|
||||
import type { Categories } from '@/data/types';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { useState, useMemo, useCallback, useRef, useEffect } from 'react';
|
||||
import { AnimatePresence, motion } from 'framer-motion';
|
||||
|
||||
import { Sound } from '@/components/sound';
|
||||
import { Sound } from './sound';
|
||||
import { useLocalStorage } from '@/hooks/use-local-storage';
|
||||
import { cn } from '@/helpers/styles';
|
||||
import { fade, scale, mix } from '@/lib/motion';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Container } from '@/components/container';
|
||||
import { Menu } from '@/components/menu';
|
||||
import { ScrollToTop } from '@/components/scroll-to-top';
|
||||
import { Menu } from './menu';
|
||||
import { ScrollToTop } from './scroll-to-top';
|
||||
|
||||
import styles from './toolbar.module.css';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue