Skip to content

Commit

Permalink
fix import useMemo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
icaroquadra committed Oct 11, 2023
1 parent 374798e commit fa5b4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sq-tabs/sq-tabs.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AfterViewChecked, AfterViewInit, Component, ContentChildren, EventEmitter, Input, Output, QueryList } from '@angular/core'
import { SqTabComponent } from './sq-tab/sq-tab.component'
import { sleep } from '../../helpers/sleep.helper'
import { useMemo } from "src/helpers/memo.helper"
import { useMemo } from '../../helpers/memo.helper'

/**
* Represents a tab container component for managing a collection of tabs.
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "1.1.56",
"version": "1.1.57",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
Expand Down

0 comments on commit fa5b4c8

Please sign in to comment.