11 lines
210 B
TypeScript
11 lines
210 B
TypeScript
import {
|
|
DefaultNavigationPanel,
|
|
} from '@tldraw/tldraw';
|
|
|
|
export const PresentationNavigationPanel = () => {
|
|
return (
|
|
<div>
|
|
{/* <DefaultNavigationPanel/> */}
|
|
</div>
|
|
)
|
|
}; |