Skip to content

Commit

Permalink
refactor(og-website): rename Open Graph lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakazybik committed Jan 9, 2022
1 parent c7415ed commit c24ed12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion website/src/theme/DocItem/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import OriginalDocItem from "@theme-original/DocItem";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import { OGMeta } from "@site/src/shared/lib/og-meta";
import { OGMeta } from "@site/src/shared/lib/og";
import { useDocOGUrl } from "./lib";

function DocItem(props) {
Expand Down

0 comments on commit c24ed12

Please sign in to comment.