Skip to content

Commit 4903da7

Browse files
committed
Fix an import bug
1 parent 02d3464 commit 4903da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/react/utils/helpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { Link } from 'react-router-dom';
3-
import { API_PATH } from '../api/_entrypoint';
3+
import { API_PATH } from '../config/_entrypoint';
44

55
export function itemToLinks(items) {
66
return Array.isArray(items) ? items.map(item => createLink(item)) : createLink(items);

0 commit comments

Comments
 (0)