export function OL({ children }) { return <ol className="my-5 list-decimal list-inside">{children}</ol> }