Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.1.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconsgs committed Jul 14, 2021
2 parents 67264eb + 952b1aa commit dbe4de5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/[plataform]/[projectId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { GetServerSideProps } from "next";
import dynamic from "next/dynamic";
import { useState } from "react";
import { FiChevronLeft, FiChevronRight, FiX } from "react-icons/fi";
import ReactMarkdown from "react-markdown";
import LoadingTopBar from "../../../components/LoadingTopBar";
import { ProjectsProps } from "../../../components/Slider";
import { Firestore } from "../../../services/firebase";
Expand All @@ -17,9 +18,6 @@ import styles from "./style.module.scss";
const Head = dynamic(import("next/head"), {
loading: () => <LoadingTopBar />,
});
const ReactMarkdown = dynamic(import("react-markdown"), {
loading: () => <LoadingTopBar />,
});
const PageNotFound = dynamic(import("../../404"), {
loading: () => <LoadingTopBar />,
});
Expand Down

1 comment on commit dbe4de5

@vercel
Copy link

@vercel vercel bot commented on dbe4de5 Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.