Add import order sorting rules
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { useTranslate } from "@probo/i18n";
|
||||
import { Option } from "@probo/ui";
|
||||
import {
|
||||
documentClassifications,
|
||||
getDocumentClassificationLabel,
|
||||
} from "@probo/helpers";
|
||||
import { useTranslate } from "@probo/i18n";
|
||||
import { Option } from "@probo/ui";
|
||||
|
||||
export function DocumentClassificationOptions() {
|
||||
const { __ } = useTranslate();
|
||||
|
||||
Reference in New Issue
Block a user