Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Jun 19, 2022
1 parent 6ed9e35 commit 0dd4695
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.0-r319",
"version": "1.0.0-r320",
"main": "src/index.jsx",
"homepage": "https://github.com/bldrs-ai/Share",
"bugs": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/store/useStore.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import create from 'zustand'
import createUISlice from './UISlice'
import craeateIFCSlice from './IFCSlice_'
import craeateIFCSlice from './IFCSlice'


const useStore = create((set, get) => ({
Expand Down

0 comments on commit 0dd4695

Please sign in to comment.