polaris icon indicating copy to clipboard operation
polaris copied to clipboard

Add merge main script

Open sophschneider opened this issue 1 year ago • 1 comments

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to 🎩

🖥 Local development instructions 🗒 General tophatting guidelines 📄 Changelog guidelines

Copy-paste this code in playground/Playground.tsx:
import React from 'react';
import {Page} from '../src';

export function Playground() {
  return (
    <Page title="Playground">
      {/* Add the code you want to test in here */}
    </Page>
  );
}

🎩 checklist

sophschneider avatar Nov 01 '23 18:11 sophschneider