Skip to content

Commit 82cdace

Browse files
committed
Remove time.ts
1 parent 82641ab commit 82cdace

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

site/src/components/Margins/Margins.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99

1010
const Template: Story = (args) => (
1111
<Margins {...args}>
12-
<div style={{ width: "100%", background: "lightgrey" }}>Here is some content that will not get too wide!</div>
12+
<div style={{ width: "100%" }}>Here is some content that will not get too wide!</div>
1313
</Margins>
1414
)
1515

site/src/util/time.test.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

site/src/util/time.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)