Skip to content

Commit

Permalink
chore: fix incorrect path used in workshop story
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Apr 26, 2024
1 parent afea9cf commit 61daf0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
PortableTextEditor,
type RenderBlockFunction,
} from '@sanity/portable-text-editor'
import {Schema} from '@sanity/schema/index'
import {Schema} from '@sanity/schema'
import {type PortableTextBlock} from '@sanity/types'
import {Card, Container, Flex, Stack, Text} from '@sanity/ui'
import {useCallback, useMemo, useRef, useState} from 'react'
Expand Down

0 comments on commit 61daf0c

Please sign in to comment.