refactor: group project/ui components into subdirectories
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
export { DetailedProjectCard } from './ui/DetailedProjectCard';
|
export { DetailedProjectCard, ProjectCard, ProjectMetadata } from './ui';
|
||||||
export { ProjectCard } from './ui/ProjectCard';
|
|
||||||
export { ProjectMetadata } from './ui/ProjectMetadata';
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
import { Card } from '$shared/ui';
|
import { Card } from '$shared/ui';
|
||||||
import { ProjectMetadata } from './ProjectMetadata';
|
import { ProjectMetadata } from '../ProjectMetadata/ProjectMetadata';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
/**
|
/**
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
export { DetailedProjectCard } from './DetailedProjectCard/DetailedProjectCard';
|
||||||
|
export { ProjectCard } from './ProjectCard/ProjectCard';
|
||||||
|
export { ProjectMetadata } from './ProjectMetadata/ProjectMetadata';
|
||||||
Reference in New Issue
Block a user