fix Demo again

This commit is contained in:
martin-mfg
2025-09-20 13:46:17 +02:00
parent e6ed8aa4c8
commit 3e44dcf8e9
-1
View File
@@ -3,7 +3,6 @@ import React, { useEffect, useState } from 'react';
import { Link } from 'react-router-dom';
import { Button, SvgInline } from '../../components';
import { getValidUser } from '../../api/wrapped';
import { HOST } from '../../constants';
import { classnames } from '../../utils';