Skip to content

Commit

Permalink
fix: File name corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
sifat009 committed Sep 26, 2024
1 parent 6049af6 commit efdb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/reactjs/src/blocks/progressbar/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable react/react-in-jsx-scope */
import Edit from "./Edit";
import Save from "./Save";
import Save from "./save";
import "./style.scss";
const { registerBlockType } = wp.blocks;
const { __ } = wp.i18n;
Expand Down

0 comments on commit efdb322

Please sign in to comment.