File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1- import type { StorybookConfig } from "@storybook/react-webpack5" ;
21
3- const config : StorybookConfig = {
2+ const config = {
43 "stories" : [
54 "../src/**/*.mdx" ,
65 "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"
Original file line number Diff line number Diff line change 1- import Image from "next/image" ;
2- import styles from "./page.module.css" ;
3- import { GithubPermalinkRsc } from "../library/GithubPermalink/GithubPermalinkRsc" ;
4- import ReactSyntaxHighlighter from "react-syntax-highlighter" ;
5- import "../library/GithubPermalink/github-permalink.css"
61
72export default function Home ( ) {
83 return (
9- < main className = { styles . main } >
10- < div className = { styles . description } >
4+ < main >
5+ < div >
116 < h1 > React Github Permalink</ h1 >
127
138
You can’t perform that action at this time.
0 commit comments