import { registerBlockType } from '@wordpress/blocks';
import { __ } from '@wordpress/i18n';

import edit from './edit';
import {save_null} from '../common';
import "./index.scss"

registerBlockType( 'avecnous-people-lists/list', {
    edit: edit,
    save: save_null,
} );