Fix some components being rendered as pages

This commit is contained in:
Gabe Kangas
2023-01-10 00:37:10 -08:00
parent d169d9d023
commit c542dc10da
13 changed files with 53 additions and 49 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import { Typography } from 'antd';
import EditSocialLinks from './config/general/EditSocialLinks';
import EditSocialLinks from './config/general/components/EditSocialLinks';
const { Title } = Typography;