Fix automatic IDE rename consequence again.

Took 13 minutes

# Commit time for manual adjustment:
# Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-10-08 10:35:24 +02:00
parent 1295f528b9
commit f6ca68bd84

View file

@ -1,7 +1,7 @@
// eslint-disable-next-line
import React from 'react';
import React, { useMemo, useState } from 'react';
import {CardDTO} from 'services';
import { CardDTO } from 'services';
import Card from '../Card/Card';