This commit is contained in:
@ -1,12 +1,6 @@
|
||||
---
|
||||
import { Icon } from 'astro-icon/components';
|
||||
|
||||
interface Project {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
link: string;
|
||||
}
|
||||
import type { Project } from '../config/data';
|
||||
|
||||
export interface Props {
|
||||
project: Project;
|
||||
|
Reference in New Issue
Block a user