Advertisement
rikhen

edit.js

Jun 23rd, 2025
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import { useBlockProps } from "@wordpress/block-editor"
  2.  
  3. export default function Edit() {
  4.   const blockProps = useBlockProps()
  5.  
  6.   return (
  7.     <div {...blockProps}>
  8.       <div className="lb-block-template-placeholder">Kontakt Niederlassung</div>
  9.     </div>
  10.   )
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement