(core) fix inconsistent name of directory for DocUsageBanner.ts

Summary:
Usage banner is expected at app/client/components, not
app/client/component. Unclear why core smoke test did not catch
this.

Test Plan: manual

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3458
This commit is contained in:
George Gevoian 2022-05-31 15:56:27 -07:00
parent 815c9e1462
commit f837f43e55
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{
"extends": "../../buildtools/tsconfig-base.json",
"files": [],
"include": [],
"references": [
{ "path": "../../app/client" },
{ "path": "../../app/common" },