Ramble-FE / services / platform / index.ts
index.ts
Raw
import { PlatformAdapter } from './adapter';

export * from './adapter.inteerfce';

export const platformAdapter = new PlatformAdapter();