Skip to content

Commit

Permalink
add base import
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Dec 30, 2023
1 parent bb17966 commit 990fcda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sand",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"dependencies": {
"@ant-design/colors": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/project/ProjectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { InternalLink, LoadingComponent, NotFoundComponent } from "gena-app";
import _ from "lodash";
import { observer } from "mobx-react";
import React, { useEffect, useRef } from "react";
import { Table, useStores } from "../../models";
import { Table, useStores } from "models";
import { routes } from "../../routes";
import { openUpdateProjectForm } from "./forms/UpdateProjectForm";
import { openUploadTableForm } from "./forms/upload";
Expand Down
1 change: 1 addition & 0 deletions www/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": "src"
},
"include": [
"src"
Expand Down

0 comments on commit 990fcda

Please sign in to comment.