T
diff --git a/package-lock.json b/package-lock.json
index f98b080..3cbabe3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"react-dom": "19.0.0",
"react-icons": "4.12.0",
"three": "^0.172.0",
- "uic-pack": "^0.2.0"
+ "uic-pack": "^0.3.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
@@ -6826,9 +6826,9 @@
}
},
"node_modules/uic-pack": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/uic-pack/-/uic-pack-0.2.0.tgz",
- "integrity": "sha512-ykEKDMaOqptavrPpUbVKcxRiCfAOsG3B3pkAiT9F/irfBcza8Yt4atEn44igCH5JqLDbxSDUMNEWh86/2HPMaw==",
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/uic-pack/-/uic-pack-0.3.0.tgz",
+ "integrity": "sha512-pIt5PGHdfU8PW9t4TTcyLqUQGQ8MBVj3e9kqLwpbly8svzqytMIbm0Zco1l/vrD8Q/cEhA6UC2PNxOp+TDEhLA==",
"license": "MIT",
"dependencies": {
"react": "^19.0.0",
diff --git a/package.json b/package.json
index c481ff9..dabf2c2 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"react-dom": "19.0.0",
"react-icons": "4.12.0",
"three": "^0.172.0",
- "uic-pack": "^0.2.0"
+ "uic-pack": "^0.3.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
diff --git a/pages/_app.tsx b/pages/_app.tsx
index fb1a272..4b13dc4 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -4,10 +4,12 @@ import type { AppProps } from "next/app"
// Use of the is mandatory to allow components that call
// `useSession()` anywhere in your application to access the `session` object.
export default function App({
- Component,
- pageProps,
- }: AppProps) {
+ Component,
+ pageProps,
+}: AppProps) {
return (
-
+ <>
+
+ >
)
}
diff --git a/pages/assets.tsx b/pages/assets.tsx
index f0dc910..f2cfaae 100644
--- a/pages/assets.tsx
+++ b/pages/assets.tsx
@@ -1,5 +1,4 @@
-import Layout from "@/components/layout";
-import { BsFillTrashFill, BsPencilSquare } from "react-icons/bs";
+import Layout from "@/app/layout";
import React, { useEffect, useState } from "react";
import { AssetObject } from "@/src/types/assets";
import { db, firebaseCollections } from "@/src/firebase/config";
@@ -7,7 +6,7 @@ import AssetModal from "@/components/modals/AssetModal";
import { collection, doc, setDoc } from "firebase/firestore";
import Image from 'next/image'
import { refreshAssets } from "@/src/utils/assets";
-import {TableViewActions, TableViewComponent} from "uic-pack";
+import { TableViewActions, TableViewComponent } from "uic-pack";
export default function Assets() {
diff --git a/pages/editor.tsx b/pages/editor.tsx
index b8d302b..d17828d 100644
--- a/pages/editor.tsx
+++ b/pages/editor.tsx
@@ -1,5 +1,5 @@
"use client";
-import Layout from "@/components/layout";
+import Layout from "@/app/layout";
import { useEffect, useState } from "react";
import {
BsArrowsFullscreen,
diff --git a/pages/globals.css b/pages/globals.css
index b162b7a..aa4a1d2 100644
--- a/pages/globals.css
+++ b/pages/globals.css
@@ -38,4 +38,4 @@ body {
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
-}
\ No newline at end of file
+}
diff --git a/pages/index.tsx b/pages/index.tsx
index bfe8846..2d6aadb 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,9 +1,7 @@
-import Layout from "@/components/layout";
+import Layout from "@/app/layout";
import { useEffect, useState } from "react";
import { useRouter } from "next/navigation";
import {
- BsPencilSquare,
- BsFillTrashFill,
BsArrowLeft,
BsArrowRight,
BsArrowUpLeft,
@@ -18,7 +16,7 @@ import { db, firebaseCollections, getCollection } from "@/src/firebase/config";
import { doc, deleteDoc } from "firebase/firestore";
import Link from "next/link";
import { Constants } from "@/src/constants";
-import {TableViewActions, TableViewComponent} from "uic-pack";
+import { TableViewActions, TableViewComponent } from "uic-pack";
export const useGridProperties = (coordinates: Coordinates, projection2D: ATMap[][]) => {
const gridTemplateColumns: string[] = [];
diff --git a/yarn.lock b/yarn.lock
index a7687d1..00527f4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3391,10 +3391,10 @@ typescript@^5.7.3, typescript@>=3.3.1, typescript@>=4.8.4, "typescript@>=4.8.4 <
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
-uic-pack@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npmjs.org/uic-pack/-/uic-pack-0.2.0.tgz"
- integrity sha512-ykEKDMaOqptavrPpUbVKcxRiCfAOsG3B3pkAiT9F/irfBcza8Yt4atEn44igCH5JqLDbxSDUMNEWh86/2HPMaw==
+uic-pack@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.npmjs.org/uic-pack/-/uic-pack-0.3.0.tgz"
+ integrity sha512-pIt5PGHdfU8PW9t4TTcyLqUQGQ8MBVj3e9kqLwpbly8svzqytMIbm0Zco1l/vrD8Q/cEhA6UC2PNxOp+TDEhLA==
dependencies:
react "^19.0.0"
react-dom "^19.0.0"