This website requires JavaScript.
Explore
Help
Sign In
tildes-community
/
tildes-shepherd
Watch
1
Fork
You've already forked tildes-shepherd
0
Code
main
tildes-shepherd
/
source
/
tours
/
shared
/
exports.ts
3 lines
74 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Factor the logged out warning to a separate component.
2023-07-01 10:30:02 +00:00
export
*
from
"./logged-out-warning.js"
;
Add the beginnings of the account settings tour. Also added an error tour for displaying error messages when starting a tour and a TourRequirements object.
2023-07-01 13:46:23 +00:00
export
*
from
"./tour-error.js"
;