We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d3464 + 4903da7 commit bee7715Copy full SHA for bee7715
templates/react/utils/helpers.js
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import { Link } from 'react-router-dom';
3
-import { API_PATH } from '../api/_entrypoint';
+import { API_PATH } from '../config/_entrypoint';
4
5
export function itemToLinks(items) {
6
return Array.isArray(items) ? items.map(item => createLink(item)) : createLink(items);
0 commit comments