add screenshots and images for docs. add icon.

This commit is contained in:
Jordan
2024-07-05 15:00:08 -07:00
parent ce826bd8db
commit f6a151337a
21 changed files with 158 additions and 93 deletions

View File

@ -1,5 +1,6 @@
import { createSelector, createSlice, PayloadAction } from '@reduxjs/toolkit';
import { dimensions_t, Id, Product, ProductData } from '@/lib/product';
import { Id, Product } from '@/lib/product';
import { dimensions_t, ProductData } from "@/lib/dimensions_t";
import uuid from "react-native-uuid";
import { RootState } from '@/app/store';
import { Length } from 'convert';