Skip to content

Commit 1c4ec95

Browse files
Organizing components
1 parent 895621e commit 1c4ec95

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

components/layout/Hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useState } from 'react';
22
import Image from 'next/image';
3-
import Nav from '@/components/Nav';
3+
import Nav from '@/components/layout/Nav';
44
import Container from '@/components/containers/Container';
55
import styles from '@/styles/Hero.module.scss';
66

File renamed without changes.
File renamed without changes.

pages/about.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import RevealContentContainer from '@/components/containers/RevealContentContainer';
2-
import Title from '@/components/Title';
2+
import Title from '@/components/snippets/Title';
33
import TwoColumn from '@/components/containers/TwoColumn';
44
import { white, primary } from '@/styles/TwoColumn.module.scss';
55
import Container from '@/components/containers/Container';
66

7-
87
export default function AboutUs() {
98
return (
109
<div className='about-us'>

0 commit comments

Comments
 (0)