Skip to content

Instantly share code, notes, and snippets.

@SuperOleg39
SuperOleg39 / test.tsx
Last active August 20, 2020 15:48 — forked from sp3ber/test.tsx
import React from 'react';
import { appSimulator } from '@tramvai/test';
import { CommonModule } from '@tramvai/module-common';
import {
CONTEXT_TOKEN,
REQUEST_MANAGER_TOKEN,
COMPONENT_REGISTRY_TOKEN,
} from '@tramvai/tokens-common';
import { commandLineListTokens } from '@tramvai/core';
import { DI_TOKEN } from 'dippy';