Skip to content

Commit

Permalink
remove accidental reference to how-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Aug 29, 2023
1 parent a228c62 commit 0108bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/lib/src/elements/how-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import {
import {EntryHashB64, encodeHashToBase64} from "@holochain/client";
import { consume } from '@lit-labs/context';
import { HowMyProfileDialog } from "./how-my-profile-dialog";
import { HowSettings } from "./how-settings";
import './how-settings.js';
//import { HowSettings } from "./how-settings";
//import './how-settings.js';

/**
* @element how-controller
Expand Down Expand Up @@ -552,7 +552,7 @@ export class HowController extends ScopedElementsMixin(LitElement) {
"how-tree": HowTree,
"how-document": HowDocument,
'how-my-profile': HowMyProfileDialog,
'how-settings': HowSettings,
// 'how-settings': HowSettings,
};
}

Expand Down

0 comments on commit 0108bbf

Please sign in to comment.