Skip to content

Commit

Permalink
New Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sufi0900 committed Nov 13, 2023
1 parent 73a9163 commit f54cf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/sufiwebsite/page.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Home from "../HomeCode";
import Home from "../HomeComponent/HomeCode";
import Script from "next/script";
import { NextSeo } from "next-seo";
import Head from "next/head";
Expand Down
2 changes: 1 addition & 1 deletion app/webdeveloper/page.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Home from "../HomeCode";
import Home from "../HomeComponent/HomeCode";
import Script from "next/script";
import { NextSeo } from "next-seo";
import Head from "next/head";
Expand Down

0 comments on commit f54cf82

Please sign in to comment.