docs: added tests for components in api-reference project (#14428)
* add tests (WIP) * added test for h2 * finished adding tests * fixes * fixes * fixes
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
"use client"
|
||||
|
||||
import React from "react"
|
||||
import {
|
||||
Feedback as UiFeedback,
|
||||
FeedbackProps,
|
||||
DocsTrackingEvents,
|
||||
} from "docs-ui"
|
||||
import { useArea } from "../../providers/area"
|
||||
import { useArea } from "@/providers/area"
|
||||
|
||||
export const Feedback = (props: Partial<FeedbackProps>) => {
|
||||
const { area } = useArea()
|
||||
|
||||
Reference in New Issue
Block a user