refactor: move yarn-spinner-loader to external dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { customElement, noShadowDOM } from 'solid-element';
|
||||
import { For, Show, createEffect } from 'solid-js';
|
||||
import type {TextResult, RuntimeResult, OptionsResult} from '../yarn-spinner/runtime/results';
|
||||
import type {TextResult, RuntimeResult, OptionsResult} from 'yarn-spinner-loader';
|
||||
import { createYarnStore } from './stores/yarnStore';
|
||||
|
||||
export interface YarnSpinnerProps {
|
||||
|
||||
Reference in New Issue
Block a user