build fix
This commit is contained in:
parent
4feab7060c
commit
0d8c382015
|
@ -147,7 +147,7 @@ export const CommentsTree = (props: Props) => {
|
|||
</ul>
|
||||
</div>
|
||||
<ul class={styles.comments}>
|
||||
<For each={sortedComments().filter((r: Reaction) => !r.replyTo)}>
|
||||
<For each={sortedComments().filter((r) => !r.replyTo)}>
|
||||
{(reaction) => (
|
||||
<Comment
|
||||
sortedComments={sortedComments()}
|
||||
|
|
|
@ -2,7 +2,6 @@ import type { Accessor } from 'solid-js'
|
|||
import { createRouter, createSearchParams } from '@nanostores/router'
|
||||
import { isServer } from 'solid-js/web'
|
||||
import { useStore } from '@nanostores/solid'
|
||||
import { loadShoutPromise } from './zine/articles'
|
||||
import { getPageLoadManagerPromise } from '../utils/pageLoadManager'
|
||||
|
||||
export const ROUTES = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user