metaforecast/src/web/icons/index.ts
Vyacheslav Matyukhin b481212721
feat: more ts, fix tailwind
- rename more files to .ts/.tsx
- update tailwind config to use .tsx files from all dirs
- merge css files into a single main.css to avoid import order
  dependencies
- minor cleanups due to ts complaints
2022-03-26 03:36:50 +03:00

4 lines
134 B
TypeScript

export { default as Favicon } from "./Favicon";
export { default as Logo } from "./Logo";
export { default as Logo2 } from "./Logo2";