remove dependencies to @strudel.cycles/react
This commit is contained in:
parent
201fe726b6
commit
014303b0d5
19 changed files with 81 additions and 547 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue