Skip to content

Commit 8ca147c

Browse files
IvanKitanov17Ivan Kitanov
andauthored
Renaming the sample so it doesn't cause build error (#847)
Co-authored-by: Ivan Kitanov <[email protected]>
1 parent c7554af commit 8ca147c

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

samples/layouts/divider/base/index.html renamed to samples/layouts/divider/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Divider Base</title>
4+
<title>Divider Overview</title>
55
<meta charset="UTF-8" />
66

77
<link rel="shortcut icon" href="https://static.infragistics.com/xplatform/images/browsers/wc.png" >
File renamed without changes.
File renamed without changes.
File renamed without changes.

samples/layouts/divider/base/src/index.ts renamed to samples/layouts/divider/overview/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import 'igniteui-webcomponents/themes/light/bootstrap.css';
33

44
defineComponents(IgcDividerComponent);
55

6-
export class SelectOverview {
6+
export class DividerOverview {
77
constructor() {
88
}
99
}
1010

11-
new SelectOverview();
11+
new DividerOverview();
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)