import { SurfClient } from '@surfdb/client-sdk';

export const surfClient = new SurfClient({
  client: 'http://localhost:4200',
});
