fix import cycle
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import Image from "next/image";
|
||||
import styled from "styled-components";
|
||||
import colors from "@theme/colors";
|
||||
import { Link } from "@components/index";
|
||||
import Link from "@components/Link";
|
||||
import breakpoints from "@theme/breakpoints";
|
||||
|
||||
interface WrappedCardProps {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import styled from "styled-components";
|
||||
import colors from "@theme/colors";
|
||||
import { Link } from "@components/index";
|
||||
import Link from "@components/Link";
|
||||
|
||||
interface PageLinkProps {
|
||||
to: string;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import styled from "styled-components";
|
||||
import colors from "@theme/colors";
|
||||
import { Link } from "@components/index";
|
||||
import Link from "@components/Link";
|
||||
|
||||
type Colors = "orange1" | "lightBlue" | "darkBlue" | "blue1" | "lightTurquoise" | "sik100Blue";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user