Skip to content

Commit

Permalink
Remove RSVP Status store.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 15, 2024
1 parent 089ab28 commit 97e5a9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 61 deletions.
2 changes: 1 addition & 1 deletion build/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-blocks', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '3aa7bc728e9857e68b2a');
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-blocks', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => 'b5ec0d8c861e51d546f1');
2 changes: 1 addition & 1 deletion build/editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/stores/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import './datetime';
import './venue';
import './rsvp-status';
58 changes: 0 additions & 58 deletions src/stores/rsvp-status.js

This file was deleted.

0 comments on commit 97e5a9e

Please sign in to comment.