Skip to content

Commit 2dd8662

Browse files
Resolve merge conflicts from template integration
1 parent 1ca365e commit 2dd8662

File tree

5 files changed

+0
-56
lines changed

5 files changed

+0
-56
lines changed

ASP.NET Core/Readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Download the example and use Visual Studio 2022 (or later) or Visual Studio Code
66

77
## Client-side resources and bundling
88

9-
<<<<<<< HEAD
10-
This project uses [NPM](https://www.npmjs.com/) and [Gulp.js](https://gulpjs.com/) to install client-side libraries. The project restores NPM packages before the first build. Then, Gulp bundles required scripts and CSS files into the resulting package during the first and every next build.
11-
=======
129
This project uses [NPM](https://www.npmjs.com/) and [Gulp.js](https://gulpjs.com/) to install client-side libraries. The project restores NPM packages before the first build. Then, Gulp bundles required scripts and CSS files into the resulting package during the first and every next build.
1310

1411
The project includes:
@@ -17,7 +14,6 @@ The project includes:
1714
- DevExtreme.AspNet.Data 5.*
1815
- jQuery 3.7.1
1916
- Bootstrap 5.3.3
20-
>>>>>>> template/25.1.2+
2117

2218
The resulted bundles will be located in the `wwwroot` folder:
2319
* `css/vendor.css` - a file with all CSS styles.

ASP.NET Core/package-lock.json

Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ASP.NET Core/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"jquery": "3.7.1",
7-
<<<<<<< HEAD
87
"file-saver": "2.0.5",
9-
=======
10-
>>>>>>> template/25.1.2+
118
"devextreme-dist": "^24.2.3",
129
"devextreme-aspnet-data": "^5.0.0",
1310
"bootstrap": "^5.3.3"

React/src/App.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<<<<<<< HEAD
2-
import {
3-
useCallback, useEffect, useMemo, useState,
4-
} from 'react';
5-
=======
6-
import { useCallback, useState } from 'react';
7-
>>>>>>> template/25.1.2+
81
import './App.css';
92
import 'devextreme/dist/css/dx.material.blue.light.compact.css';
103
import FileUploader from 'devextreme-react/file-uploader';

React/src/index.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
visibility: hidden;
33
}
44

5-
<<<<<<< HEAD
65
#message-box {
76
display: none;
87
}
@@ -42,9 +41,3 @@
4241
text-overflow: ellipsis;
4342
white-space: nowrap;
4443
}
45-
=======
46-
code {
47-
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
48-
monospace;
49-
}
50-
>>>>>>> template/25.1.2+

0 commit comments

Comments
 (0)