Skip to content

Commit d96c3bf

Browse files
authored
Remove reactredux template baseline (#33272)
1 parent 1fba8ac commit d96c3bf

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

src/ProjectTemplates/test/template-baselines.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,50 +1253,5 @@
12531253
"Startup.cs"
12541254
]
12551255
}
1256-
},
1257-
"reactredux": {
1258-
"None": {
1259-
"Template": "reactredux",
1260-
"Arguments": "new reactredux",
1261-
"Files": [
1262-
"ClientApp/public/favicon.ico",
1263-
"ClientApp/public/index.html",
1264-
"ClientApp/public/manifest.json",
1265-
"ClientApp/src/components/Counter.tsx",
1266-
"ClientApp/src/components/FetchData.tsx",
1267-
"ClientApp/src/components/Home.tsx",
1268-
"ClientApp/src/components/Layout.tsx",
1269-
"ClientApp/src/components/NavMenu.css",
1270-
"ClientApp/src/components/NavMenu.tsx",
1271-
"ClientApp/src/store/configureStore.ts",
1272-
"ClientApp/src/store/Counter.ts",
1273-
"ClientApp/src/store/index.ts",
1274-
"ClientApp/src/store/WeatherForecasts.ts",
1275-
"ClientApp/src/App.tsx",
1276-
"ClientApp/src/App.test.tsx",
1277-
"ClientApp/src/custom.css",
1278-
"ClientApp/src/index.tsx",
1279-
"ClientApp/src/react-app-env.d.ts",
1280-
"ClientApp/src/registerServiceWorker.ts",
1281-
"ClientApp/.env",
1282-
"ClientApp/.eslintrc.json",
1283-
"ClientApp/.gitignore",
1284-
"ClientApp/package-lock.json",
1285-
"ClientApp/package.json",
1286-
"ClientApp/README.md",
1287-
"ClientApp/tsconfig.json",
1288-
"WeatherForecast.cs",
1289-
"Controllers/WeatherForecastController.cs",
1290-
"Pages/_ViewImports.cshtml",
1291-
"Pages/Error.cshtml",
1292-
"Pages/Error.cshtml.cs",
1293-
"Properties/launchSettings.json",
1294-
".gitignore",
1295-
"appsettings.Development.json",
1296-
"appsettings.json",
1297-
"Program.cs",
1298-
"Startup.cs"
1299-
]
1300-
}
13011256
}
13021257
}

0 commit comments

Comments
 (0)