Skip to content

Commit 5a61dea

Browse files
committed
feat: add basic styling for suggestions menu
1 parent 90d0151 commit 5a61dea

File tree

13 files changed

+969
-848
lines changed

13 files changed

+969
-848
lines changed

.storybook/main.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ const config: StorybookConfig = {
77
name: '@storybook/angular',
88
options: {},
99
},
10+
staticDirs: [
11+
{
12+
to: '/assets',
13+
from: '../',
14+
},
15+
],
1016
};
1117

1218
export default config;

.storybook/preview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// import "../src/styles.css";

0 commit comments

Comments
 (0)