mirror of
https://github.com/standardnotes/app
synced 2026-08-05 03:16:44 -04:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
//= require_tree ./app
|
|
|
|
// css
|
|
import '../stylesheets/index.css.scss'
|
|
|
|
// entry point
|
|
import './App'
|