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