Skip to content

Commit

Permalink
refactor: modify the usage of mana-syringe in mana-observable code
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and xudafeng committed Feb 7, 2025
1 parent 4554d90 commit ca003d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/libro-common/src/mana-observable/context.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

import assert from 'assert';

import { GlobalContainer, inject } from '@difizen/mana-syringe';
import { singleton } from '@difizen/mana-syringe';
import type { ErrorInfo, ReactNode } from 'react';
import React from 'react';
import renderer, { act } from 'react-test-renderer';

import { singleton } from '../mana-syringe/index.js';
import { GlobalContainer, inject } from '../mana-syringe/index.js';

import {
defaultObservableContext,
ObservableContext,
Expand Down

0 comments on commit ca003d0

Please sign in to comment.