Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Nov 21, 2022
1 parent 144532c commit ff63c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import apiFetch from '@wordpress/api-fetch/build-types';
import apiFetch from '@wordpress/api-fetch';
import { useDispatch, useSelect } from '@wordpress/data';
import camelize from 'camelize';
import { useEffect } from 'react';
Expand Down

0 comments on commit ff63c22

Please sign in to comment.