diff --git a/apps/mobile/loading.js b/apps/mobile/loading.js
deleted file mode 100755
index fc1ee48a6..000000000
--- a/apps/mobile/loading.js
+++ /dev/null
@@ -1,103 +0,0 @@
-import React from 'react';
-import * as Animatable from 'react-native-animatable';
-import {useTracked} from './src/provider';
-import {dWidth} from './src/utils';
-import {SIZE, WEIGHT} from "./src/utils/SizeUtils";
-export const Loading = () => {
- const [state, dispatch] = useTracked();
- const {colors, loading} = state;
-
- return (
- <>
-
-
- notes
-
-
- A safe plac
-
-
-
-
- nook
-
-
- e to write
-
-
-
- >
- );
-};