Skip to content

Commit

Permalink
test(default-layout): fix story path
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Mar 31, 2022
1 parent e966442 commit 7eb6574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {defineScope} from '@sanity/ui-workshop'
import {lazy} from 'react'

export default defineScope('@default-layout/navbar', 'Navbar', [
export default defineScope('default-layout/navbar', 'Navbar', [
{
name: 'login-status',
title: 'LoginStatus',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {defineScope} from '@sanity/ui-workshop'
import {lazy} from 'react'

export default defineScope('@default-layout/update', 'Update', [
export default defineScope('default-layout/update', 'Update', [
{
name: 'upgrade-accordion',
title: 'UpgradeAccordion',
Expand Down

2 comments on commit 7eb6574

@vercel
Copy link

@vercel vercel bot commented on 7eb6574 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

studio-workshop – ./dev/workshop

studio-workshop.sanity.build
studio-workshop-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 7eb6574 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

Please sign in to comment.