From e2ee6e16d77d7b9eac237c407661d607c571ae90 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 14 Dec 2021 18:14:44 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20Incorrect=20import=20syntax=20?= =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/embeds/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/embeds/index.tsx b/shared/embeds/index.tsx index 43e6c7562..a8e883a1f 100644 --- a/shared/embeds/index.tsx +++ b/shared/embeds/index.tsx @@ -1,7 +1,7 @@ import * as React from "react"; import { EmbedDescriptor } from "rich-markdown-editor/dist/types"; import styled from "styled-components"; -import { cdnPath } from "@shared/utils/urls"; +import { cdnPath } from "../utils/urls"; import Abstract from "./Abstract"; import Airtable from "./Airtable"; import Bilibili from "./Bilibili";