Skip to content

Commit dcdfb08

Browse files
docs: Update fixedColumns.tsx code (#1033)
Make code work
1 parent b06128c commit dcdfb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/fixedColumns.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import Table from 'rc-table';
3-
import '../../assets/index.less';
4-
import { ColumnType } from '@/interface';
3+
import { ColumnType } from 'rc-table/lib/interface';
4+
import './assets/index.less';
55

66
interface RecordType {
77
a: string;

0 commit comments

Comments
 (0)