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";