mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
import
This commit is contained in:
parent
a4e46e6e18
commit
1ab9547bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { type Component, createSignal, onMount } from "solid-js"
|
||||
import { diffLines, type Change } from "diff"
|
||||
import CodeBlock from "./CodeBlock"
|
||||
import styles from "./diffView.module.css"
|
||||
import styles from "./diffview.module.css"
|
||||
|
||||
type DiffRow = {
|
||||
left: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue