mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 00:25:49 +00:00
feat: migrate to the realm rc version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { useTranslate } from "@portal/hooks";
|
||||
import { useThemeHooks } from '@redocly/theme/core/hooks';
|
||||
|
||||
export const frontmatter = {
|
||||
seo: {
|
||||
@@ -9,6 +9,7 @@ export const frontmatter = {
|
||||
};
|
||||
|
||||
export default function History() {
|
||||
const { useTranslate } = useThemeHooks();
|
||||
const { translate } = useTranslate();
|
||||
const [openSections, setOpenSections] = React.useState({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user