remove dependencies to @strudel.cycles/react

This commit is contained in:
Felix Roos 2023-12-28 21:04:29 +01:00
parent 201fe726b6
commit 014303b0d5
19 changed files with 81 additions and 547 deletions

View file

@ -1,6 +1,7 @@
import XMarkIcon from '@heroicons/react/20/solid/XMarkIcon';
import { logger } from '@strudel.cycles/core';
import { cx, useEvent } from '@strudel.cycles/react';
import useEvent from '@src/useEvent.mjs';
import cx from '@src/cx.mjs';
import { nanoid } from 'nanoid';
import React, { useCallback, useLayoutEffect, useRef, useState } from 'react';
import { setActiveFooter, useSettings } from '../../settings.mjs';