Skip to content

Commit

Permalink
Removing semantic and bootstrap3 templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Mar 15, 2023
1 parent c9311f8 commit 0205ee4
Show file tree
Hide file tree
Showing 2 changed files with 1,848 additions and 2,101 deletions.
9 changes: 1 addition & 8 deletions src/templates/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import bootstrap from './bootstrap';
import bootstrap5 from './bootstrap5';

// Deprecated. Semantic and bootstrap3 will be removed in 5.x.
// Use external modules instead.
import bootstrap3 from '@formio/bootstrap3';
import semantic from '@formio/semantic';
export default {
bootstrap,
bootstrap3: bootstrap3.templates.bootstrap3,
bootstrap5,
semantic: semantic.templates.semantic,
bootstrap5
};
Loading

0 comments on commit 0205ee4

Please sign in to comment.