We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7d5bb commit aa9c7d2Copy full SHA for aa9c7d2
2 files changed
.storybook/main.ts
@@ -1,6 +1,5 @@
1
-import type { StorybookConfig } from "@storybook/react-webpack5";
2
3
-const config: StorybookConfig = {
+const config = {
4
"stories": [
5
"../src/**/*.mdx",
6
"../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"
src/app/page.tsx
@@ -1,13 +1,8 @@
-import Image from "next/image";
-import styles from "./page.module.css";
-import { GithubPermalinkRsc } from "../library/GithubPermalink/GithubPermalinkRsc";
-import ReactSyntaxHighlighter from "react-syntax-highlighter";
-import "../library/GithubPermalink/github-permalink.css"
7
export default function Home() {
8
return (
9
- <main className={styles.main}>
10
- <div className={styles.description}>
+ <main>
+ <div >
11
<h1>React Github Permalink</h1>
12
13
0 commit comments