mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
chore: document http query
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
// @ts-nocheck
|
||||
import React from 'react';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { Text } from '@blueprintjs/core';
|
||||
import { Icon, For, FormattedMessage as T, Stack } from '@/components';
|
||||
|
||||
import { getFooterLinks } from '@/constants/footerLinks';
|
||||
import { useAuthActions } from '@/hooks/state';
|
||||
import style from './SetupLeftSection.module.scss';
|
||||
import { Text } from '@blueprintjs/core';
|
||||
import { Config } from '@/config';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
|
||||
/**
|
||||
* Footer item link.
|
||||
|
||||
Reference in New Issue
Block a user