From 5e7ef78ab0378e6b7c4ef3d5d2924e491846a711 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Thu, 21 Sep 2023 06:32:42 -0400 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/1.bug.yml | 2 +- .github/ISSUE_TEMPLATE/3.pro-support.yml | 2 +- .github/ISSUE_TEMPLATE/4.premium-support.yml | 2 +- .github/ISSUE_TEMPLATE/5.priority-support.yml | 2 +- templates/x-data-grid/package.json | 2 +- templates/x-data-grid/{ => src}/demo.tsx | 0 templates/x-data-grid/{ => src}/index.tsx | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename templates/x-data-grid/{ => src}/demo.tsx (100%) rename templates/x-data-grid/{ => src}/index.tsx (100%) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index 6c7f8c5ccd22..04ddc524eb78 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -30,7 +30,7 @@ body: description: | **⚠️ Please provide a live example for your report⚠️** If you don't have one, you can use one of these options: - - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/demo.tsx) + - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/src/demo.tsx) - Fork any of the examples in our [documentation](https://mui.com/x/introduction/) by [clicking on the codesandbox or stackblitz icon](https://mui.com/static/docs/forking-an-example.png) value: | Link to live example: (required) diff --git a/.github/ISSUE_TEMPLATE/3.pro-support.yml b/.github/ISSUE_TEMPLATE/3.pro-support.yml index 1fa4763af527..2bb5901fe1e3 100644 --- a/.github/ISSUE_TEMPLATE/3.pro-support.yml +++ b/.github/ISSUE_TEMPLATE/3.pro-support.yml @@ -40,7 +40,7 @@ body: description: | **If applicable, please provide a live example to explain your problem.** If you don't have one, you can use one of these options: - - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/demo.tsx) + - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/src/demo.tsx) - Fork any of the examples in our [documentation](https://mui.com/x/introduction/) by [clicking on the codesandbox or stackblitz icon](https://mui.com/static/docs/forking-an-example.png) - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/4.premium-support.yml b/.github/ISSUE_TEMPLATE/4.premium-support.yml index 6b4421d0cd39..e2e57d4cf00f 100644 --- a/.github/ISSUE_TEMPLATE/4.premium-support.yml +++ b/.github/ISSUE_TEMPLATE/4.premium-support.yml @@ -40,7 +40,7 @@ body: description: | **If applicable, please provide a live example to explain your problem.** If you don't have one, you can use one of these options: - - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/demo.tsx) + - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/src/demo.tsx) - Fork any of the examples in our [documentation](https://mui.com/x/introduction/) by [clicking on the codesandbox or stackblitz icon](https://mui.com/static/docs/forking-an-example.png) - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/5.priority-support.yml b/.github/ISSUE_TEMPLATE/5.priority-support.yml index 14d6ff770d02..d42eea8cb5e2 100644 --- a/.github/ISSUE_TEMPLATE/5.priority-support.yml +++ b/.github/ISSUE_TEMPLATE/5.priority-support.yml @@ -29,7 +29,7 @@ body: description: | **If you're reporting a bug, please provide a live example for your report.** If you don't have one, you can use one of these options: - - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/demo.tsx) + - [DataGrid codesandbox template](https://codesandbox.io/s/github/mui/mui-x/tree/master/templates/x-data-grid?file=/src/demo.tsx) - Fork any of the examples in our [documentation](https://mui.com/x/introduction/) by [clicking on the codesandbox or stackblitz icon](https://mui.com/static/docs/forking-an-example.png) - type: textarea attributes: diff --git a/templates/x-data-grid/package.json b/templates/x-data-grid/package.json index 534ceba4308d..569a43b6fb60 100644 --- a/templates/x-data-grid/package.json +++ b/templates/x-data-grid/package.json @@ -17,7 +17,7 @@ "devDependencies": { "react-scripts": "latest" }, - "main": "index.tsx", + "main": "src/index.tsx", "scripts": { "start": "react-scripts start" } diff --git a/templates/x-data-grid/demo.tsx b/templates/x-data-grid/src/demo.tsx similarity index 100% rename from templates/x-data-grid/demo.tsx rename to templates/x-data-grid/src/demo.tsx diff --git a/templates/x-data-grid/index.tsx b/templates/x-data-grid/src/index.tsx similarity index 100% rename from templates/x-data-grid/index.tsx rename to templates/x-data-grid/src/index.tsx