Skip to content
Snippets Groups Projects
Commit 4b0208d2 authored by Tom French's avatar Tom French
Browse files

style: linter fixes

parent 5b0aa08e
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ import {
} from 'loot-design/src/components/common';
import { colors } from 'loot-design/src/style';
import { Title, Input } from './subscribe/common';
import { useServerURL } from '../../hooks/useServerURL';
import { Title, Input } from './subscribe/common';
export default function ConfigServer() {
let dispatch = useDispatch();
......
import { useState, useEffect } from 'react';
import { send } from 'loot-core/src/platform/client/fetch';
export function useServerURL() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment