mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-18 02:25:04 +02:00
🐛 fix(dir): replace alias
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { motion } from 'framer-motion';
|
||||
import { Timeline } from '@/components/about/Timeline';
|
||||
import { TeamSection } from '@/components/about/TeamSection';
|
||||
import { MissionSection } from '@/components/about/MissionSection';
|
||||
import { Timeline } from '../components/about/Timeline';
|
||||
import { TeamSection } from '../components/about/TeamSection';
|
||||
import { MissionSection } from '../components/about/MissionSection';
|
||||
|
||||
export default function About() {
|
||||
return (
|
||||
|
@@ -1,9 +1,9 @@
|
||||
import { useState, useMemo } from 'react';
|
||||
import { motion } from 'framer-motion';
|
||||
import { Camera } from 'lucide-react';
|
||||
import { GalleryImage } from '@/components/gallery/GalleryImage';
|
||||
import { CategoryFilter } from '@/components/gallery/CategoryFilter';
|
||||
import { galleryImages, categories } from '@/data/gallery';
|
||||
import { GalleryImage } from '../components/gallery/GalleryImage';
|
||||
import { CategoryFilter } from '../components/gallery/CategoryFilter';
|
||||
import { galleryImages, categories } from '../data/gallery';
|
||||
|
||||
export default function Gallery() {
|
||||
const [selectedCategory, setSelectedCategory] = useState('All');
|
||||
|
Reference in New Issue
Block a user