Skip to content

Commit

Permalink
fix(wab): use the correct assert import
Browse files Browse the repository at this point in the history
Change-Id: I9c1d2ffc39184e2aa922978de8e09371f7928a0a
GitOrigin-RevId: 616a3f588b071d89c4020dd9f5143d5a1e45ea7c
  • Loading branch information
sarahsga authored and actions-user committed Oct 29, 2024
1 parent fbb5f3f commit 856f876
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platform/wab/src/wab/client/insertable-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { $$$ } from "@/wab/shared/TplQuery";
import { getBaseVariant } from "@/wab/shared/Variants";
import { FastBundler } from "@/wab/shared/bundler";
import { Bundle, getBundle } from "@/wab/shared/bundles";
import { ensure, maybe, switchType } from "@/wab/shared/common";
import { assert, ensure, maybe, switchType } from "@/wab/shared/common";
import { PageComponent } from "@/wab/shared/core/components";
import {
unbundleProjectDependency,
Expand Down Expand Up @@ -43,7 +43,6 @@ import {
TplTag,
Variant,
} from "@/wab/shared/model/classes";
import assert from "assert";
import { Dictionary, flatten, fromPairs } from "lodash";

export const getPageTemplatesGroups = (studioCtx: StudioCtx) => {
Expand Down

0 comments on commit 856f876

Please sign in to comment.