mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
24 lines
724 B
HTML
24 lines
724 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<base target="_parent">
|
|
<script>
|
|
if (window.parent !== window) {
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
}
|
|
</script>
|
|
<title>Storybook</title>
|
|
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="error-display"></div>
|
|
<script src="static/preview.fcb1b820663e05a5c281.bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|