Fix syntax error
Commas are not needed here
This commit is contained in:
parent
5b9758c0f1
commit
44353478ff
@ -1,8 +1,8 @@
|
||||
interface Project {
|
||||
title: string,
|
||||
description: string,
|
||||
href?: string,
|
||||
imgSrc?: string,
|
||||
title: string
|
||||
description: string
|
||||
href?: string
|
||||
imgSrc?: string
|
||||
}
|
||||
|
||||
const projectsData: Project[] = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user