This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import projectsData from '@/data/projectsData'
|
||||
import Card from '@/components/Card'
|
||||
import { genPageMetadata } from 'app/seo'
|
||||
import projectsData from '@/data/projectsData';
|
||||
import Card from '@/components/Card';
|
||||
import { genPageMetadata } from 'app/seo';
|
||||
|
||||
export const metadata = genPageMetadata({ title: 'Projects' })
|
||||
export const metadata = genPageMetadata({ title: 'Projects' });
|
||||
|
||||
export default function Projects() {
|
||||
return (
|
||||
@@ -31,5 +31,5 @@ export default function Projects() {
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user