refactor(ark): rename widget to column

This commit is contained in:
2023-12-26 13:44:38 +07:00
parent 227c2ddefa
commit e1db873bd5
34 changed files with 800 additions and 892 deletions

View File

@@ -2,7 +2,7 @@
"name": "@columns/timeline",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"main": "./src/index.tsx",
"dependencies": {
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
@@ -10,6 +10,7 @@
"@nostr-dev-kit/ndk": "^2.3.1",
"@tanstack/react-query": "^5.14.2",
"react": "^18.2.0",
"react-router-dom": "^6.21.0",
"virtua": "^0.18.0"
},
"devDependencies": {