mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Optimize SCSS architecture.
This commit is contained in:
@@ -30,6 +30,8 @@ import {
|
||||
transformItemFormData,
|
||||
} from './ItemForm.schema';
|
||||
|
||||
import 'style/pages/Items/PageForm.scss';
|
||||
|
||||
const defaultInitialValues = {
|
||||
active: 1,
|
||||
name: '',
|
||||
|
||||
@@ -24,6 +24,11 @@ import withDashboardActions from 'containers/Dashboard/withDashboardActions';
|
||||
import withItemsActions from 'containers/Items/withItemsActions';
|
||||
import withViewsActions from 'containers/Views/withViewsActions';
|
||||
|
||||
import 'style/pages/Items/List.scss';
|
||||
|
||||
/**
|
||||
* Items list.
|
||||
*/
|
||||
function ItemsList({
|
||||
// #withDashboardActions
|
||||
changePageTitle,
|
||||
|
||||
Reference in New Issue
Block a user