Fix Import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package ultralight
|
||||
|
||||
import {
|
||||
import (
|
||||
"fmt"
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
bubbleadapter "github.com/BigJk/crt/bubbletea"
|
||||
"image/color"
|
||||
catppuccin "github.com/catppuccin/go"
|
||||
}
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from the other side.")
|
||||
|
||||
Reference in New Issue
Block a user