@visns-studio/visns-components 3.2.5 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,8 +17,8 @@ import Login from '../auth/Login';
17
17
  import Reset from '../auth/Reset';
18
18
  import Verify from '../auth/Verify';
19
19
 
20
- import Main from './main';
21
- import logo from '../images/logo.svg';
20
+ import Main from '../../../../../../resources/js/main';
21
+ import logo from '../../../../../../resources/images/logo.svg';
22
22
 
23
23
  const ProtectedRoute = ({ user, loading, redirectPath = '/login' }) => {
24
24
  return loading ? null : !user.id ? (
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^17.0.1"
50
50
  },
51
51
  "name": "@visns-studio/visns-components",
52
- "version": "3.2.5",
52
+ "version": "3.2.6",
53
53
  "description": "Various packages to assist in the development of our Custom Applications.",
54
54
  "main": "index.js",
55
55
  "scripts": {