mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix typo
This commit is contained in:
parent
086cf7cadc
commit
be26cd248c
35 changed files with 825 additions and 849 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* @flow */
|
||||
|
||||
import bootstrap from 'bootstrap';
|
||||
import App from 'App/Admin';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* @flow */
|
||||
|
||||
import bootstrap from 'bootstrap';
|
||||
import App from 'App/User';
|
||||
|
||||
|
|
|
|||
2
dev/bootstrap.js
vendored
2
dev/bootstrap.js
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* @flow */
|
||||
|
||||
import window from 'window';
|
||||
import {killCtrlACtrlS, detectDropdownVisibility, createCommandLegacy, domReady} from 'Common/Utils';
|
||||
import {$win, $html, data as GlobalsData, bMobileDevice} from 'Common/Globals';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue