fix(webapp): darkmode warehouses list page

This commit is contained in:
Ahmed Bouhuolia
2026-02-02 22:31:53 +02:00
parent 518abcd30d
commit 4af537d6dd
11 changed files with 68 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
import React from 'react';
import intl from 'react-intl-universal';
export default [
export const ContactsOptions = [
{ name: intl.get('customer'), path: 'customers' },
{ name: intl.get('vendor'), path: 'vendors' },
];