Skip to content

Commit

Permalink
Renaming the sample so it doesn't cause build error (#652)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Kitanov <[email protected]>
  • Loading branch information
IvanKitanov17 and Ivan Kitanov authored Sep 26, 2024
1 parent 39cdf45 commit a64908f
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>DividerBase</title>
<title>DividerOverview</title>
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet" />
</head>
<body>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'igniteui-webcomponents/themes/light/bootstrap.css';

IgrDividerModule.register();

export default class DividerBase extends React.Component<any, any> {
export default class DividerOverview extends React.Component<any, any> {

constructor(props: any) {
super(props);
Expand All @@ -25,4 +25,4 @@ export default class DividerBase extends React.Component<any, any> {

// rendering above class to the React DOM
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<DividerBase />);
root.render(<DividerOverview />);
File renamed without changes.

0 comments on commit a64908f

Please sign in to comment.