Work in progress on confirmation dialogs displayed when one navigates from a page with unsaved changes.
Optimized imports.
This commit is contained in:
parent
48dcf2c701
commit
3921a6b2cb
76 changed files with 540 additions and 1291 deletions
|
|
@ -1,11 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
import React
|
||||
from 'react';
|
||||
import Account
|
||||
from './Account';
|
||||
import API
|
||||
from './API';
|
||||
import React from 'react';
|
||||
import Account from './Account';
|
||||
import API from './API';
|
||||
|
||||
|
||||
function getMenus(t) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue