Skip to content

Commit

Permalink
fix contactus import
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Apr 9, 2023
1 parent d9d021a commit 68f8042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/node_modules
/.pnp
.pnp.js
.yarn

# testing
/coverage
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Main from '@/components/Main';
import About from '@/components/About';
import ContactUs from '@/components/ContactUs';
import ContactUs from '@/components/Contactus';
import Skill from '@/components/Skills';
import Navbar from '@/components/Navbar';
import Head from 'next/head';
Expand Down

0 comments on commit 68f8042

Please sign in to comment.