Skip to content

Commit aa9c7d2

Browse files
committed
Get rid of some stuff
1 parent 0e7d5bb commit aa9c7d2

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.storybook/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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)"

src/app/page.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
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

72
export 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

0 commit comments

Comments
 (0)