import React from 'react'; import { PxlKitLocaleProvider } from './PxlKitLocaleProvider'; export function Default() { return (

Hello, world!

); } export function Turkish() { return (

İstanbul güneşli bir şehirdir

); }