import { makeBraidTheme } from '../makeBraidTheme';
import tokens from './tokens';

export const theme = makeBraidTheme(tokens);
