Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Jan 15, 2024
1 parent 41dd21a commit ce6cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-scripts/csv-editor.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import org.terminal21.client.*
import org.terminal21.client.components.*
// use the chakra components for menus, forms etc, https://chakra-ui.com/docs/components
// The scala case classes : https://github.com/kostaskougios/terminal21-restapi/blob/main/terminal21-ui-std/src/main/scala/org/terminal21/client/components/chakra/ChakraElement.scala
import org.apache.commons.io.FileUtils
import org.terminal21.client.components.chakra.*

import org.apache.commons.io.FileUtils
import java.io.File
import java.util.concurrent.CountDownLatch
import scala.collection.concurrent.TrieMap
Expand Down

0 comments on commit ce6cabe

Please sign in to comment.