Use meta functions for titles
This commit is contained in:
@ -27,6 +27,12 @@ export async function loader({
|
||||
};
|
||||
}
|
||||
|
||||
export function meta() {
|
||||
return {
|
||||
title: "Report an Exploiter - Car Crushers",
|
||||
};
|
||||
}
|
||||
|
||||
export default function () {
|
||||
const [fileProgress, setFileProgress] = useState(0);
|
||||
const [showSuccess, setShowSuccess] = useState(false);
|
||||
|
Reference in New Issue
Block a user