File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
packages/shared/src/client/demo Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { CounterController , CounterDisplay } from "./counter" ;
2
- import styles from "./demo.module.scss" ;
2
+ import styles from ".. /demo.module.scss" ;
3
3
4
4
export function BasicExample ( ) {
5
5
return (
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ export * from "./basic-example" ;
Original file line number Diff line number Diff line change 2
2
3
3
import { BasicExample } from "./basic-example" ;
4
4
import styles from "./demo.module.scss" ;
5
- import basicExampleCode from "./basic-example.tsx?raw" ;
6
- import counterCode from "./counter.tsx?raw" ;
5
+ import basicExampleCode from "./basic-example/basic-example .tsx?raw" ;
6
+ import counterCode from "./basic-example/ counter.tsx?raw" ;
7
7
import { CodeDisplay } from "./code-display" ;
8
8
9
9
const code = [
You can’t perform that action at this time.
0 commit comments