Skip to content

Commit bca9f42

Browse files
Fix broken ladle paths (#2045)
1 parent 09e5f71 commit bca9f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ladle/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { GlobalProvider } from '@ladle/react'
22
import React from 'react'
33
import { StaticRouter } from 'react-router-dom/server'
44

5-
import '../libs/ui/styles/index.css'
5+
import '../app/ui/styles/index.css'
66

77
export const Provider: GlobalProvider = ({ children }) => (
88
// make things with RR links work

.ladle/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
stories: 'libs/ui/**/*.stories.{js,jsx,ts,tsx}',
2+
stories: 'app/ui/lib/**/*.stories.{js,jsx,ts,tsx}',
33
}

0 commit comments

Comments
 (0)