Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal61 committed Jun 13, 2024
1 parent 50e9ea9 commit 2abaaa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions layouts/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Masonry from "./Masonry";
import Responsive from "./Responsive";
import Seo from "./seo";
import Wrapper from "./wrapper";
import Seo from "./Seo";
import Wrapper from "./Wrapper";

export { Masonry, Responsive, Seo, Wrapper };
2 changes: 1 addition & 1 deletion layouts/wrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { Toaster } from "react-hot-toast";
import Seo from "./seo";
import Seo from "./Seo";
import { frontendBaseUrl } from "@/constants/variables";

const Wrapper: React.FC<any> = ({ children }) => {
Expand Down

0 comments on commit 2abaaa9

Please sign in to comment.