chore: move shared types to its own file
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
export type Testimonial = {
|
||||||
|
name: string;
|
||||||
|
title: string;
|
||||||
|
avatar?: string;
|
||||||
|
quote: string;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user