Skip to content

Commit

Permalink
fix(web): fix CameraMap.jsx import of api after move to routes/
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and blakeblackshear committed Feb 20, 2021
1 parent ec6a1ed commit 07bd376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/CameraMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Heading from '../components/Heading';
import Switch from '../components/Switch';
import { route } from 'preact-router';
import { useCallback, useContext, useEffect, useMemo, useRef, useState } from 'preact/hooks';
import { useApiHost, useConfig } from './api';
import { useApiHost, useConfig } from '../api';

export default function CameraMasks({ camera, url }) {
const { data: config } = useConfig();
Expand Down

0 comments on commit 07bd376

Please sign in to comment.