Jay V 9 months ago
parent
commit
1ab9547bb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/packages/web/src/components/DiffView.tsx

+ 1 - 1
app/packages/web/src/components/DiffView.tsx

@@ -1,7 +1,7 @@
 import { type Component, createSignal, onMount } from "solid-js"
 import { type Component, createSignal, onMount } from "solid-js"
 import { diffLines, type Change } from "diff"
 import { diffLines, type Change } from "diff"
 import CodeBlock from "./CodeBlock"
 import CodeBlock from "./CodeBlock"
-import styles from "./diffView.module.css"
+import styles from "./diffview.module.css"
 
 
 type DiffRow = {
 type DiffRow = {
   left: string
   left: string