Rename data.js to navigation.js
This commit is contained in:
@ -4,7 +4,7 @@ import Header from '~/components/widgets/Header.astro';
|
||||
import Footer from '~/components/widgets/Footer.astro';
|
||||
import Announcement from '~/components/widgets/Announcement.astro';
|
||||
|
||||
import { headerData, footerData } from '~/data';
|
||||
import { headerData, footerData } from '~/navigation';
|
||||
|
||||
import { MetaSEO } from '~/types';
|
||||
|
||||
|
Reference in New Issue
Block a user