chore: add and run prettier
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import type { MetaFunction } from '@remix-run/node';
|
||||
import type { MetaFunction } from "@remix-run/node"
|
||||
|
||||
export const meta: MetaFunction = () => {
|
||||
return [
|
||||
{ title: 'DAM: ImageVault integration' },
|
||||
{ title: "DAM: ImageVault integration" },
|
||||
{
|
||||
name: 'description',
|
||||
content: 'Integration of ImageVault as a DAM for Contentstack',
|
||||
name: "description",
|
||||
content: "Integration of ImageVault as a DAM for Contentstack",
|
||||
},
|
||||
];
|
||||
};
|
||||
]
|
||||
}
|
||||
|
||||
export default function Index() {
|
||||
return null;
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user