diff options
Diffstat (limited to 'packages/astro/test/fixtures/alias-tsconfig/src/components/Style.astro')
-rw-r--r-- | packages/astro/test/fixtures/alias-tsconfig/src/components/Style.astro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/alias-tsconfig/src/components/Style.astro b/packages/astro/test/fixtures/alias-tsconfig/src/components/Style.astro new file mode 100644 index 000000000..9468ef80e --- /dev/null +++ b/packages/astro/test/fixtures/alias-tsconfig/src/components/Style.astro @@ -0,0 +1,2 @@ +<p id="style-blue">i am blue</p> +<p id="style-red">i am red</p>
\ No newline at end of file |