Skip to content

Commit

Permalink
refactor: Removed ValidComponent type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankeos committed Jun 9, 2024
1 parent e85a99a commit 466d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* https://github.com/emilkowalski/sonner/blob/main/src/index.tsx
*/
import './styles.css'
import type { Component, ValidComponent } from 'solid-js'
import type { Component } from 'solid-js'
import { For, Show, createEffect, createSignal, mergeProps, on, onCleanup, onMount } from 'solid-js'
import { createStore, produce, reconcile } from 'solid-js/store'
import { Loader, getAsset } from './assets'
Expand Down

0 comments on commit 466d3ff

Please sign in to comment.