Skip to content

Commit

Permalink
revert scicat-sdk-ts import
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Oct 22, 2024
1 parent c7fd3e3 commit 8a6ceb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"@scicatproject/scicat-sdk-ts": "^4.6.4",
"autolinker": "^4.0.0",
"deep-equal": "^2.0.5",
"exceljs": "^4.3.0",
Expand Down
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { MatChipsModule } from "@angular/material/chips";
import { MatSnackBarModule } from "@angular/material/snack-bar";
import { LayoutModule } from "_layout/layout.module";
import { AppConfigService } from "app-config.service";
import { ApiModule } from "@scicatproject/scicat-sdk-ts";
import { AppThemeService } from "app-theme.service";
import { SnackbarInterceptor } from "shared/interceptors/snackbar.interceptor";

Expand All @@ -51,7 +50,6 @@ const appThemeInitializerFn = (appTheme: AppThemeService) => {
MatChipsModule,
MatSnackBarModule,
SDKBrowserModule.forRoot(),
ApiModule,
StoreModule.forRoot(
{ router: routerReducer, users: userReducer },
{
Expand Down

0 comments on commit 8a6ceb1

Please sign in to comment.