1
0
Fork 0

chore(shared): Consolidate tab components

This commit is contained in:
Joost De Cock 2023-08-28 20:30:00 +02:00
parent 44a3b194cc
commit c98a67885c
6 changed files with 50 additions and 43 deletions

View file

@ -1,6 +1,6 @@
import Markdown from 'react-markdown'
import { formatMm } from 'shared/utils.mjs'
import { Tab, Tabs } from '../mdx/tabs.mjs'
import { Tab, Tabs } from '../tabs.mjs'
export const Error = ({ err }) => {
// Include the error name and message info if it isn't already at the top