7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
import { useBlockProps } from "@wordpress/block-editor";
|
|
import { ReactComponent as ArrowIcon } from "./img/carhop-fleche-lien-externe-full.svg";
|
|
|
|
export default function save({ attributes }) {
|
|
return;
|
|
}
|