fix: linting all the files possible error may still occur but i just ignored them cuz it's commented code, probably will fix them later if it persists
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
import { defineProps } from "vue";
|
||||
|
||||
interface rendezVous{
|
||||
projectName: String,
|
||||
date: String,
|
||||
lieu: String,
|
||||
projectName: string,
|
||||
date: string,
|
||||
lieu: string,
|
||||
}
|
||||
|
||||
const props = defineProps<{
|
||||
|
Reference in New Issue
Block a user