mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: Optimize SCSS architecture.
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import React from 'react';
|
||||
import { Tooltip, Position } from '@blueprintjs/core';
|
||||
import { Tooltip } from '@blueprintjs/core';
|
||||
import Icon from './Icon';
|
||||
|
||||
import 'style/components/Hint.scss';
|
||||
|
||||
/**
|
||||
* Field hint.
|
||||
*/
|
||||
export default function FieldHint({
|
||||
content,
|
||||
position,
|
||||
|
||||
Reference in New Issue
Block a user