✨ Adding bootstreap template (fix #2)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import "bootstrap/scss/bootstrap.scss";
|
||||
|
||||
import { render } from "solid-js/web";
|
||||
|
||||
/**
|
||||
* This file was taken from the cheatsheet example of bootstrap.
|
||||
* You will most likely remove it if using this template.
|
||||
*/
|
||||
import "./cheatsheet.scss";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
render(() => <App />, document.getElementById("root"));
|
||||
Reference in New Issue
Block a user