This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
import { Icon } from 'astro-icon/components';
|
||||
import type { Project } from '../config/data';
|
||||
import { Icon } from "astro-icon/components";
|
||||
import type { Project } from '../types';
|
||||
|
||||
export interface Props {
|
||||
interface Props {
|
||||
project: Project;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user