mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Removed unused imports
This commit is contained in:
@@ -4,7 +4,6 @@ import App from '../providers/App';
|
||||
|
||||
class NativeException {
|
||||
|
||||
|
||||
public process (): void {
|
||||
|
||||
process.on('uncaughtException', exception => {
|
||||
@@ -20,8 +19,6 @@ class NativeException {
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default new NativeException;
|
||||
Reference in New Issue
Block a user