Initial design based off original website, some things still to do
This commit is contained in:
5
src/types/SiteImage.ts
Normal file
5
src/types/SiteImage.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
type SiteImage = {
|
||||
src: string;
|
||||
alt: string;
|
||||
externalURL?: string;
|
||||
};
|
Reference in New Issue
Block a user