7197a064d7
* yml formatting whatever * fix date input color * fix up report dialog tests * dumb fix to bypass save password popup * remove tooltip in e2e * Update index.e2e.tsx * skip gate in e2e
20 lines
365 B
TypeScript
20 lines
365 B
TypeScript
export function SheetCompatProvider({children}: {children: React.ReactNode}) {
|
|
return children
|
|
}
|
|
|
|
export function Outer({children}: {children: React.ReactNode}) {
|
|
return children
|
|
}
|
|
|
|
export function Target({children}: {children: React.ReactNode}) {
|
|
return children
|
|
}
|
|
|
|
export function Content() {
|
|
return null
|
|
}
|
|
|
|
export function TextBubble() {
|
|
return null
|
|
}
|