mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 13:43:29 +09:00
update packages and tabs shotcode
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import { marked } from "marked";
|
||||
import React, { useEffect, useRef, useState } from "react";
|
||||
|
||||
marked.use({
|
||||
mangle: false,
|
||||
headerIds: false,
|
||||
});
|
||||
|
||||
const Tabs = ({ children }: { children: React.ReactElement }) => {
|
||||
const [active, setActive] = useState<number>(0);
|
||||
const [defaultFocus, setDefaultFocus] = useState<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user