mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
style: linter fixes
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { useState, useEffect } from 'react';
|
||||
|
||||
import { send } from 'loot-core/src/platform/client/fetch';
|
||||
|
||||
export function useServerURL() {
|
||||
|
||||
Reference in New Issue
Block a user