rm pkg folder

This commit is contained in:
Maas Lalani 2021-08-07 14:46:09 -04:00
parent 9c99591a2b
commit 144683aacb
No known key found for this signature in database
GPG Key ID: F53774FA051C052A
4 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/maaslalani/confetty/pkg/array" "github.com/maaslalani/confetty/array"
"github.com/maaslalani/confetty/pkg/physics" "github.com/maaslalani/confetty/physics"
"github.com/charmbracelet/bubbles/viewport" "github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea" tea "github.com/charmbracelet/bubbletea"

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/maaslalani/confetty/pkg/confetty" "github.com/maaslalani/confetty/confetty"
tea "github.com/charmbracelet/bubbletea" tea "github.com/charmbracelet/bubbletea"
) )