7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
import "./fixes";
|
|
|
|
console.log("read if cute :3");
|
|
|
|
export * as Components from "./components";
|
|
export { PlainSettings, Settings } from "./settings";
|
|
|