refactor: update database option to sqlite and replace framer-motion with motion

This commit is contained in:
fgrreloaded
2025-02-18 11:34:49 +05:30
parent 60e721142a
commit f76e82cff7
8 changed files with 59 additions and 65 deletions

View File

@@ -170,19 +170,6 @@ export const initialNodes: TechNode[] = [
group: "backend",
},
},
{
id: "express",
type: "techNode",
position: { x: 897, y: 389 },
data: {
label: "Express",
category: "backend",
description: "Fast, unopinionated web framework",
isDefault: false,
isActive: false,
group: "backend",
},
},
{
id: "libsql",
type: "techNode",