|
@@ -1,7 +1,7 @@
|
|
import React, { useEffect } from 'react';
|
|
import React, { useEffect } from 'react';
|
|
import { Button } from 'primereact/button';
|
|
import { Button } from 'primereact/button';
|
|
import { Card } from 'primereact/card';
|
|
import { Card } from 'primereact/card';
|
|
-import { Configuration } from './configuration';
|
|
|
|
|
|
+import { Configuration } from '../services';
|
|
|
|
|
|
export const Login: React.FC = () => {
|
|
export const Login: React.FC = () => {
|
|
// reset every old token
|
|
// reset every old token
|